Rohan03 commited on
Commit
87eb9bf
·
verified ·
1 Parent(s): 09cce1a

refactor: modularity fixes + plugin registry + compiled research

Browse files
Files changed (1) hide show
  1. purpose_agent/streaming.py +1 -1
purpose_agent/streaming.py CHANGED
@@ -228,7 +228,7 @@ class AsyncOrchestrator:
228
  current_state = new_state
229
 
230
  # Post-task (run in background)
231
- await asyncio.to_thread(self.orch._post_task, trajectory, [])
232
 
233
  yield StreamEvent("task_end", {
234
  "total_steps": len(trajectory.steps),
 
228
  current_state = new_state
229
 
230
  # Post-task (run in background)
231
+ await asyncio.to_thread(self.orch.post_task, trajectory, [])
232
 
233
  yield StreamEvent("task_end", {
234
  "total_steps": len(trajectory.steps),