daveshap / OpenAI_Agent_Swarm

HAAS = Hierarchical Autonomous Agent Swarm - "Resistance is futile!"
MIT License
2.98k stars 380 forks source link

manual assistant not working #184

Closed Quenos closed 10 months ago

Quenos commented 10 months ago

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'

thehunmonkgroup commented 10 months ago

fixed by recent commits.