Rohan03 commited on
Commit
592f7ef
·
verified ·
1 Parent(s): 6d0b9d4

refactor: modularity fixes + plugin registry + compiled research

Browse files
Files changed (1) hide show
  1. purpose_agent/multi_agent.py +1 -1
purpose_agent/multi_agent.py CHANGED
@@ -298,7 +298,7 @@ class AgentTeam:
298
  orch = self.orchestrators.get(agent_name)
299
  if not orch:
300
  return
301
- orch._sync_memory()
302
 
303
  @property
304
  def stats(self) -> dict[str, Any]:
 
298
  orch = self.orchestrators.get(agent_name)
299
  if not orch:
300
  return
301
+ orch.sync_memory()
302
 
303
  @property
304
  def stats(self) -> dict[str, Any]: