Spaces:
Sleeping
Sleeping
Update definitions.py
Browse files- definitions.py +1 -1
definitions.py
CHANGED
@@ -595,7 +595,7 @@ class RefinementLoop:
|
|
595 |
|
596 |
|
597 |
def __init__(self, app):
|
598 |
-
|
599 |
self.app = app
|
600 |
self.workspace_manager = WorkspaceManager(workspace_dir=os.getenv('WORKSPACE_DIR', 'workspace'))
|
601 |
self.pipeline = self._initialize_pipeline()
|
|
|
595 |
|
596 |
|
597 |
def __init__(self, app):
|
598 |
+
"""Autonomous agent for the system."""
|
599 |
self.app = app
|
600 |
self.workspace_manager = WorkspaceManager(workspace_dir=os.getenv('WORKSPACE_DIR', 'workspace'))
|
601 |
self.pipeline = self._initialize_pipeline()
|