mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
refactor - plugin names and builtin plugins
This commit is contained in:
parent
f0946138be
commit
6515626242
133 changed files with 1327 additions and 743 deletions
|
|
@ -1,19 +0,0 @@
|
|||
### 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