agents icon indicating copy to clipboard operation
agents copied to clipboard

Build real-time multimodal AI applications 🤖🎙️📹

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

I have an agent that transfers to other agents, during testing I unexpectedly hit the Inference TTS quota. After digging around a bit I discovered that after every transfer, the...

### Bug Description When using the Google/Gemini LLM plugin with streaming, a WARNING level log is emitted saying "no candidates in the response" even when the request succeeds and produces...

bug

This PR adds an `auth` param to the `MCPServerHTTP` class, which is passed through to the underlying `mcp` library. Livekit supports providing a list of static headers to the MCP...

### Bug Description After running the agent several times, the audio starts to cut out and eventually disappears. I have to restart the container for it to work again, but...

bug

Part of https://github.com/livekit/agents/pull/3944 SMS Tool - Many voice agents need to send text messages during calls (order confirmations, addresses, booking links, etc.). This tool provides a simple way to send...

I'd like to propose two new beta tools that address common patterns I've seen when building voice agents. ~~1. SMS Tool - Many voice agents need to send text messages...

### Feature Type Would make my life easier ### Feature Description It's currently exposed as `AgentSession.history`, but it's nothing but just a backlog, and the actual `chat_ctx` is the one...

enhancement

### Bug Description I am noticing this error for the first time - so wanted to check what this error could occur from. Is this an issue from TTS' audio...

bug

### Bug Description When an agent tries to call a tool which has a nullable parameter but does not provide a value for said parameter it fails pydantic model validation....

bug