Is there a way to accomplish multi-agent orchestration inside llama-index
Is there a way to accomplish multi-agent orchestration inside llama-index
At a glance
The community member is asking if there is a way to accomplish what the new OpenAI Swarm multi-agent orchestration framework does within the llama-index library, and they mention that the most similar thing they found was Workflows. Another community member responds that it is indeed possible to use Workflows to achieve this, but it requires understanding what is happening under the hood to implement the multi-agent communication. They provide a link to an example of a multi-agent concierge system, although they note that it needs to be cleaned up a bit. They also provide a link to the full documentation on Workflows, which includes many examples.
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?
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