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:
Alessandro 2026-04-03 06:49:25 +02:00
parent 3a512b8c1b
commit 86dca86f6f
10 changed files with 288 additions and 93 deletions

View file

@ -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
}
}
~~~