mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-15 03:54:24 +01:00
8 lines
212 B
Python
8 lines
212 B
Python
COMMAND_CATEGORIES = [
|
|
"autogpt.commands.execute_code",
|
|
"autogpt.commands.file_operations",
|
|
"autogpt.commands.web_search",
|
|
"autogpt.commands.web_selenium",
|
|
"autogpt.commands.task_statuses",
|
|
]
|