aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/workspace/__init__.py
blob: f474d4faa2678f8a8bee726a07687fd18ec4bd83 (plain)
1
2
3
"""The workspace is the central hub for the Agent's on disk resources."""
from autogpt.core.workspace.base import Workspace
from autogpt.core.workspace.simple import SimpleWorkspace, WorkspaceSettings