Adds full file I/O

This commit is contained in:
Torantulino
2023-04-01 04:08:30 +01:00
parent 2553dc1538
commit a608d8dbdc
3 changed files with 64 additions and 11 deletions

View File

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