mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-18 12:44:29 +01:00
Adds full file I/O
This commit is contained in:
@@ -16,7 +16,10 @@ COMMANDS:
|
||||
9. List GPT Agents: "list_agents", args: ""
|
||||
10. Delete GPT Agent: "delete_agent", args: "key": "<key>"
|
||||
11. Write to file: "write_to_file", args: "file": "<file>", "text": "<text>"
|
||||
12. Task Complete (Shutdown): "task_complete", args: "reason": "<reason>"
|
||||
12. Read file: "read_file", args: "file": "<file>"
|
||||
13. Append to file: "append_to_file", args: "file": "<file>", "text": "<text>"
|
||||
14. Delete file: "delete_file", args: "file": "<file>"
|
||||
15. Task Complete (Shutdown): "task_complete", args: "reason": "<reason>"
|
||||
|
||||
RESOURCES:
|
||||
|
||||
@@ -50,4 +53,4 @@ RESPONSE FORMAT:
|
||||
"criticism": "constructive self-criticism"
|
||||
"speak": "thoughts summary to say to user"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user