aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/plugin/__init__.py
blob: dfa1925918cfc3a1b9bf685d46c2c834376a4bbe (plain)
1
2
"""The plugin system allows the Agent to be extended with new functionality."""
from autogpt.core.plugin.base import PluginService