mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
prompts: restore legacy, plugins, agent0 profile
Restore main.communication, main.solving, main.tips and tool.response, which made the model dumber. For some reasons the drawback was more visible with frontier LLMs. restore builtin plugins and agent0 profile
This commit is contained in:
parent
3a512b8c1b
commit
86dca86f6f
10 changed files with 288 additions and 93 deletions
|
|
@ -1,4 +1,19 @@
|
|||
### input
|
||||
send keyboard input to a running terminal session
|
||||
args: `keyboard`, `session`
|
||||
use only for interactive terminal programs, not browser tasks
|
||||
### input:
|
||||
use keyboard arg for terminal program input
|
||||
use session arg for terminal session number
|
||||
answer dialogues enter passwords etc
|
||||
not for browser
|
||||
usage:
|
||||
~~~json
|
||||
{
|
||||
"thoughts": [
|
||||
"The program asks for Y/N...",
|
||||
],
|
||||
"headline": "Responding to terminal program prompt",
|
||||
"tool_name": "input",
|
||||
"tool_args": {
|
||||
"keyboard": "Y",
|
||||
"session": 0
|
||||
}
|
||||
}
|
||||
~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue