mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-25 16:25:34 +00:00
Resolve effective policy through inherited layers without letting empty upper configs shadow restrictions, and carry canonical tool identities through local and MCP execution. Enforce required policy hooks and parent delegation checks at runtime, keep installed connector capabilities configurable while disconnected, and remove complete blocked-tool examples from rendered prompts. Use the canonical tool prompts for concise catalog descriptions and add regressions for plugin activation, dotted local names, MCP calls, layered policies, and parallel subordinate paths.
20 lines
448 B
Markdown
20 lines
448 B
Markdown
### input:
|
|
send keyboard input to an interactive terminal program
|
|
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
|
|
}
|
|
}
|
|
~~~
|