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

### Bug Description I have whisper stt with faster whisper, local llm model qwen3 14b and elevenlabs tts. stt transcibe works fine 120-150 ms for transcribe. llm's first token also...

bug

### Bug Description We have described the issue in detail with a reproducible example on this thread: https://livekit-users.slack.com/archives/C07FY8WHGPM/p1763131483879169?thread_ts=1761729135.359359&cid=C07FY8WHGPM @darryncampbell suggested we open an issue to get thoughts of the dev...

bug

Hi team, I’m integrating Langfuse with LiveKit, and I’m running into an issue with trace management. Currently, for a single call/session in LiveKit, Langfuse is automatically creating multiple traces instead...

bug

### Feature Type Nice to have ### Feature Description I'd like to improve the docs for measuring latency [here](https://docs.livekit.io/agents/build/metrics/#measuring-conversation-latency) and for my own sake. In theory the formula is: ```...

enhancement

Hey, we see the following error every now and then: ``` 2025-10-08 15:30:30,524 - ERROR livekit.agents - Error in _play_task Traceback (most recent call last): File "/.venv/lib/python3.12/site-packages/livekit/agents/utils/log.py", line 16, in...

bug

Additional TTS preprocessing for: - Brackets - removes HTML-like tags: "Hello \world" → "Hello world" - Replace newlines with periods - converts line breaks: "First\nSecond" → "First Second" - Format...

notable: - used TaskGroup to orchestrate detail collection - use Luhn's algorithm to validate credit card numbers - can automatically detect whether the card issuer is Mastercard, American Express, Visa,...

```markdown ## šŸ› Bug Report: Tool Call Results Lost During User Interruption ### Summary When a user interrupts the agent during or immediately after tool execution, the completed tool calls...

bug

We are running livekit agents in production across thousands of answered calls per day. However 30% of calls are either voicemail or iOS 26 Call Screening bots. This is worsening...