agents
agents copied to clipboard
Build real-time multimodal AI applications 🤖🎙️📹
### Feature Type I cannot use LiveKit without it ### Feature Description **Type:** Feature Request ## Description Add support for Claude (Anthropic) and Grok (xAI) models available through Azure AI...
### Feature Type I cannot use LiveKit without it ### Feature Description The Rime TTS plugin currently allows updates only for model and speaker values through the update_options method. This...
### Bug Description - PR #3199 switched the CLI logging to a custom JsonFormatter (livekit-agents/livekit/agents/cli/log.py). - That formatter only copies fields referenced in logging.PercentStyle.default_format, plus two hard- coded keys (level...
Description I am using LiveKit with the Google TTS plugin to build a workflow where: The LLM generates text continuously. The TTS speaks out the LLM output in real-time. The...
### Feature Type Would make my life easier ### Feature Description We have observed that the Gemini API (via `google-generativeai`) occasionally returns a response with `finish_reason=STOP` but with empty text...
### Bug Description Following the quickstart guide https://docs.livekit.io/agents/start/voice-ai/ doesn't launch in console mode. Starting an agent in console mode on windows fails with error: ``` (.venv) λ python agent.py console...
### Feature Type Would make my life easier ### Feature Description A way to pause and resume the session - If AI is speaking, it should pause the audio and...
- New barge-in detector under inference - Two stream implementation: - HTTP endpoints for working with hosted model - WS for working with gateway proxy Detailed spec can be found...
I am encountering a timeout error in LiveKit Python Agents while calling generate_reply. The error message is: text livekit.agents.llm.realtime.RealtimeError: generate_reply timed out waiting for generation_created event. This error occurs consistently...