agents icon indicating copy to clipboard operation
agents copied to clipboard

Build real-time multimodal AI applications 🤖🎙️📹

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

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

Deepgram can do TTS and it is very cheap compared to all other alternatives 1.5$ for 100k characters (vs Elevenlabs 22$ for 100k). Could you add the TTS support to...

I get a `Value Error: Unknown format: wav` error when using defaults for the playht plugin. ```python tts=playht.TTS() ``` I found the following line: https://github.com/livekit/agents/blob/ff2b6605cb61f26f51a3d64024babd0e747123c2/livekit-plugins/livekit-plugins-playht/livekit/plugins/playht/tts.py#L163 `_encoding_from_format` expects an argument of...

We are encountering a very weird bug where sometimes in conversation, VAD/Agent cannot detect end of speech.. the usual flow is that user starts speaking and we can get live...

Hi, Very interested in livekit's agents. I noticed you have many helpful demo codes, but don't see any using the few models that supports both STT + TTS + LLM....

Hi, Very interested in livekit's agents. I noticed you have many helpful demo codes, but don't see any using the few models that supports both STT + TTS + LLM....

During testing, I encountered an issue where my only agent was overloaded and subsequently failed to join the room. It would be beneficial to have a monitoring page for all...

- add voice-activity-detection example (useful for debugging vad)