agents icon indicating copy to clipboard operation
agents copied to clipboard

Build real-time multimodal AI applications 🤖🎙️📹

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

``` future: Traceback (most recent call last): File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/utils/log.py", line 16, in async_fn_logs return await fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/voice/background_audio.py", line 355, in _play_task await gen.aclose() RuntimeError: aclose(): asynchronous generator...

bug

Is it possible to add additional information when sending text back to client, like an additional metadata field for each text chunk/segment? Thanks.

question

I want to capture the word level or atleast utterance level timestamps for both the `user` and `agent` transcripts and store the timestamp details in the `ChatContext`. The usecase is...

question

I've experienced both of these errors in the middle of a conversation. Both shut down the conversation and prevent further progress. `livekit.agents._exceptions.APIStatusError: gemini llm: client error (status_code=400, request_id=d18a6998476a, body=Please ensure...

bug

## Description This PR adds a new plugin for Sarvam.ai, an AI platform specializing in high-quality speech recognition and synthesis for Indian languages. ## Features - Integrates Sarvam's "Saarika" models...

I'm running voice agent in EKS with node as - c8g.large, ARM64 based AWS's graviton instance. When the agent starts, it never receives human speech and it emits below warnings:...

bug