Find answers from the community

Updated 2 months ago

Is there a way to accomplish multi-agent orchestration inside llama-index

Is there a way to accomplish what the new OpenAI Swarm multi-agent orchestration framwork does inside of llama-index.
The most similiar thing that i found was Workflows?
L
F
3 comments
It is 100% workflows

It kind of requires you to understand whats happening under the hood though, because you have to implement that workflow to do the multi-agent communication

We have an example of this here, although it needs to be cleaned up a bit probably
https://www.llamaindex.ai/blog/building-a-multi-agent-concierge-system
https://github.com/run-llama/multi-agent-concierge/

And full docs on workflows here, with many examples
https://docs.llamaindex.ai/en/stable/module_guides/workflow/#workflows
I will try that example and tell you how its going
Add a reply
Sign up and join the conversation on Discord