agents icon indicating copy to clipboard operation
agents copied to clipboard

A powerful framework for building realtime voice AI agents πŸ€–πŸŽ™οΈπŸ“Ή

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

### Description Added RTZR keyword boosting support by exposing keywords in the STT interface and passing it to the streaming config. Implemented keyword serialization/validation for WebSocket (keyword or keyword:score, (keyword,...

Related with https://github.com/livekit/agents/issues/4190

There are good TTS models on https://replicate.com/ https://fal.ai/ TTS plugins for these platforms will bring lot of models into Livekit's ecosystem.

**Goal**: I want to be able to link generations to prompts in Langfuse using Livekit Agents. **What I tried**: When using a STT->LLM-TTS and overriding the `llm_node` function I use...

Hi, MCP has recently released support for [elicitation](https://modelcontextprotocol.io/specification/draft/client/elicitation). This is a powerful feature enabling the MCP server to request user information from the client. In LiveKit, this could mean enabling...

close https://github.com/livekit/agents/issues/4339 for example ```python def log_setup(logger: logging.Logger, log_level: int | str): logger.setLevel(log_level) handler = logging.StreamHandler(sys.stdout) handler.setFormatter(logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")) logger.addHandler(handler) if __name__ == "__main__": cli.run_app(server, log_setup_fnc=log_setup) ```

### Bug Description See previous issue, which maybe was closed a little prematurely, so opening a new one: https://github.com/livekit/agents/issues/4376#event-21736335495 I have tried all kind of prompts but don't know what...

bug

## Summary Fixes #4388 This PR fixes the incorrect `transcription_delay` metric calculation when using STT-based turn detection (e.g., Deepgram Flux). --- ## Problem When using STT turn detection mode, the...

## Summary Fixes #4243 This PR fixes the phantom VAD activity issue that caused unwanted interruptions when using STT turn detection with `resume_false_interruption=True`. --- ## Problem When using STT turn...