agent-zero/plugins/_code_execution/prompts/agent.system.tool.input.md
Alessandro 86dca86f6f 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
2026-04-03 06:49:25 +02:00

393 B

input:

use keyboard arg for terminal program input use session arg for terminal session number answer dialogues enter passwords etc not for browser usage:

{
    "thoughts": [
        "The program asks for Y/N...",
    ],
    "headline": "Responding to terminal program prompt",
    "tool_name": "input",
    "tool_args": {
        "keyboard": "Y",
        "session": 0
    }
}