mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-21 23:14:24 +01:00
8 lines
205 B
Python
8 lines
205 B
Python
COMMAND_CATEGORIES = [
|
|
"autogpt.commands.execute_code",
|
|
"autogpt.commands.file_operations",
|
|
"autogpt.commands.web_search",
|
|
"autogpt.commands.web_selenium",
|
|
"autogpt.commands.system",
|
|
]
|