Audio Conversation with CrewAI Agent

Hi,
I would like to create an AI agent that can do audio conversation with customers. I need to do RAG for some documents but no advanced special training is needed.
Does CrewAI support this ? Is there an example? And could you give tips what is the best way to do it ?

@Alaa_Barazi CrewAI Tools SDK has many RAG tools implemented:

@rokbenko thank you! I meant agent that can speak

@Alaa_Barazi Build a Python app to capture voice, make a transcription of it, pass it to CrewAI, and use CrewAI RAG tools.

1 Like