daveshap / OpenAI_Agent_Swarm

HAAS = Hierarchical Autonomous Agent Swarm - "Resistance is futile!"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manual assistant not working

Quenos opened this issue · comments

python run.py --agents-definition-folder definitions/boss-worker3/
gives an error:

File "[..]/OpenAI_Agent_Swarm/agents/manual_assistants/logger.py", line 21, in emit
'name': self.agent.id,
^^^^^^^^^^^^^
AttributeError: 'Agent' object has no attribute 'id'

fixed by recent commits.