aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/commands/__init__.py')
-rw-r--r--autogpts/autogpt/autogpt/commands/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogpts/autogpt/autogpt/commands/__init__.py b/autogpts/autogpt/autogpt/commands/__init__.py
new file mode 100644
index 000000000..861da27dc
--- /dev/null
+++ b/autogpts/autogpt/autogpt/commands/__init__.py
@@ -0,0 +1,9 @@
+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",
+]