daveshap / OpenAI_Agent_Swarm

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

Tool to easily test out different swarm topologies #65

Closed guillermo-delrio closed 10 months ago

guillermo-delrio commented 10 months ago

By configuring the agents.yaml you can configure the communication network between them. I kept it very simple: all messages produced by an upstream agent are always pushed downstream. This can be improved later with function calling