acecalisto3 commited on
Commit
45f1731
·
verified ·
1 Parent(s): 829f1e9

Update definitions.py

Browse files
Files changed (1) hide show
  1. definitions.py +1 -1
definitions.py CHANGED
@@ -595,7 +595,7 @@ class RefinementLoop:
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()
 
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()