agents
agents copied to clipboard
Build real-time multimodal AI applications š¤šļøš¹
### 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 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...
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...
### 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: ```...
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...
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...
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...