Implements Agent system

Auto-GPT can now run sub-instances of itself.
This commit is contained in:
Torantulino
2023-03-30 10:04:09 +01:00
parent 0268bb0b7b
commit 3774c39c1e
3 changed files with 98 additions and 14 deletions

View File

@@ -11,8 +11,10 @@ COMMANDS:
4. Memory Add: "memory_add", args: "string": "<string>"
5. Memory Delete: "memory_del", args: "key": "<key>"
6. Memory Overwrite: "memory_ovr", args: "key": "<key>", "string": "<string>"
7. Start GPT-4 Instance: "start_instance", args: "name": "<key>", "prompt": "<prompt>"
8. Manage GPT-4 Instances: "manage_instances", args: "action": "view_kill"
7. Start GPT Agent: "start_agent", "task": "<short_task_desc>", "prompt": "<prompt>"
8. Message GPT Agent: "message_agent", args: "key": "<key>", "message": "<message>"
9. List GPT Agents: "list_agents", args: ""
10. Delete GPT Agent: "delete_agent", args: "key": "<key>"
9. Navigate & Perform: "navigate_website", args: "action": "click_button/input_text/register_account", "text/username": "<text>/<username>"
10.Register account: "register_account", args: "username": "<username>", "website": "<website>"
11.Transcribe & Summarise: "transcribe_summarise", args: "url": "<url>"