mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-16 20:44:24 +01:00
Implements Agent system
Auto-GPT can now run sub-instances of itself.
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user