I have built a crew for query generation and execution, followed by insights generation by another agent based on the query results for a given user question.
I was wondering if we could have a user-friendly UI where a user can ask follow-up questions and interact with the crew in a more conversational manner.
I tried using the crewai chat command, but it runs in the terminal, which may not be convenient for non-technical users.
Can anyone suggest some pointers to help me build a conversational assistant using CrewAI?
I created a UI that works just as crewai chat CLI but in a smooth UI.
pip install crewai-chat-ui it’s still very early alpha but it should work for straightforward CrewAI installations. Try it out and let me know what you think