增加auto-gpt0.5版本
This commit is contained in:
5
autogpt/workspace/__init__.py
Normal file
5
autogpt/workspace/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
from autogpt.workspace.workspace import Workspace
|
||||
|
||||
__all__ = [
|
||||
"Workspace",
|
||||
]
|
||||
Reference in New Issue
Block a user