mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-18 05:24:22 +01:00
10 lines
280 B
Python
10 lines
280 B
Python
COMMAND_CATEGORIES = [
|
|
"autogpt.commands.execute_code",
|
|
"autogpt.commands.file_operations",
|
|
"autogpt.commands.user_interaction",
|
|
"autogpt.commands.web_search",
|
|
"autogpt.commands.web_selenium",
|
|
"autogpt.commands.system",
|
|
"autogpt.commands.image_gen",
|
|
]
|