mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 10:24:30 +01:00
* Add workspace abstraction * Remove old workspace implementation * Extract path resolution to a helper function * Add api key requirements to new tests
6 lines
82 B
Python
6 lines
82 B
Python
from autogpt.workspace.workspace import Workspace
|
|
|
|
__all__ = [
|
|
"Workspace",
|
|
]
|