aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/plugin/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/core/plugin/base.py')
-rw-r--r--autogpts/autogpt/autogpt/core/plugin/base.py13
1 files changed, 10 insertions, 3 deletions
diff --git a/autogpts/autogpt/autogpt/core/plugin/base.py b/autogpts/autogpt/autogpt/core/plugin/base.py
index 4823dd260..4066a18c0 100644
--- a/autogpts/autogpt/autogpt/core/plugin/base.py
+++ b/autogpts/autogpt/autogpt/core/plugin/base.py
@@ -34,12 +34,19 @@ class PluginStorageFormat(str, enum.Enum):
INSTALLED_PACKAGE = "installed_package" # Required now, loads system defaults
WORKSPACE = "workspace" # Required now
- # OPENAPI_URL = "open_api_url" # Soon (requires some tooling we don't have yet).
+
+ # Soon (requires some tooling we don't have yet).
+ # OPENAPI_URL = "open_api_url"
+
# OTHER_FILE_PATH = "other_file_path" # Maybe later (maybe now)
# GIT = "git" # Maybe later (or soon)
# PYPI = "pypi" # Maybe later
- # AUTOGPT_PLUGIN_SERVICE = "autogpt_plugin_service" # Long term solution, requires design
- # AUTO = "auto" # Feature for later maybe, automatically find plugin.
+
+ # Long term solution, requires design
+ # AUTOGPT_PLUGIN_SERVICE = "autogpt_plugin_service"
+
+ # Feature for later maybe, automatically find plugin.
+ # AUTO = "auto"
# Installed package example