Crew AI Conversational Mode

Hi all,

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?

Thanks in advance!

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 :blush:

4 Likes

Thanks for sharing the above.

I have installed it and will get back to you soon.

1 Like

If you run into any issues you can create an issue on Github so that I can fix it. I’m working to improve the tool and make is useful/less buggy :sweat_smile:

1 Like

Hi,

Any thoughts on how do we deploy crewai-chat-ui component onto GCP so that it can be shared to others?

It’s only for local testing right now. I’m working on making it a proper service that’s full featured

1 Like

Hi @zinyando ,

I have an agent that makes use of code interpreter to plot graphs / charts. Is it possible to render that image in crewai-chat-ui ?

Any thoughts on how to do this ?

Thanks!

Not yet possible, I’m working a refactor to use assistant-ui and I might add support for image display.