aboutsummaryrefslogtreecommitdiff
path: root/autogpt/commands/__init__.py
blob: 9a932b175f0371b2eb394fcd05ace8b6c6e44007 (plain)
1
2
3
4
5
6
7
COMMAND_CATEGORIES = [
    "autogpt.commands.execute_code",
    "autogpt.commands.file_operations",
    "autogpt.commands.web_search",
    "autogpt.commands.web_selenium",
    "autogpt.commands.task_statuses",
]