agents icon indicating copy to clipboard operation
agents copied to clipboard

Build real-time multimodal AI applications 🤖🎙️📹

Results 238 agents issues
Sort by recently updated
recently updated
newest added

Add Google Gemini LLMs via Google API with function calling support. Fixes: #456

I want my ai agent to call functions which could be listened by my front end by some kind of event. How to achieve this?

I am occasionally running into empty room metadata when the agent connects to a room. The code which creates the room looks something like: ```java Call room_create_call = client.createRoom(id, emptyTimeout,...

0 is passed from Deepgram + OAI STT 0 is passed from TTSSegmentsForwarder The timing information is very important for a lot of scenarios

When I create a room from client-side request, sometimes my dev agent does not join. I think this happens when I'm running the agent in dev mode and make some...

Note: this is still missing an implementation, this PR is in draft mode to discuss how we want to expose the option. Once we settled on how it should look,...

hi. is there an example of how to create rooms w/ metadata?

Deepgram supports utterance-end which helps prevent the agent from interrupting the user https://developers.deepgram.com/docs/utterance-end Adds support for this option in `STTOptions` and forwards the option in the `live_config`

Hello! My agent uses function calling and I frequently get this error I'm using async def for an ai_callable function with a voice agent where it makes a function call...