Hi all, I’m still taking my first CrewAI course. I want to build a multi-agent system with a website that allows the website visitors to interact with this system. Before I keep going deeper into CrewAI, is there a tool that allows us to build an interface for these AI Agents? I am sure it’s possible somehow, I am just not sure how to think about it. I am still new to this. I appreciate your help.
1 Like
I share similar views and aimed to create something comparable for my organization.
However, I couldn’t find any existing frameworks online.
CrewAI should consider developing this for their clients at the very least.
If we have a solid understanding of React JS or any other web framework, we could also create it ourselves.
If you want to get started with a quick interface I recommend you take a look at Gradio. It’s a great fit since it’s written is Python so easy to plug into your crew.Shameless plug, I have written a blog post on how to integrate a gradio interface in a CrewAI flows app. Let me know what you think Building a Lead Qualification Chatbot with CrewAI and Gradio
2 Likes