Chainlit allows for me to build a chat copilot embedded into a website using just python code (
https://docs.chainlit.io/deploy/copilot) which is why i'm using it. the problem is the website is so vast that I've decided to deploy a multi-agent system to answer questions (separation of concerns), and I was thinking of using llama-agents to implement this. For the time being I'm attempting to do this using the llama-index-core workflow abstraction with my backup being to deploy each llama-index-agent as a LlamaIndexConversableAgent with Autogen