agents
agents copied to clipboard
Build real-time multimodal AI applications 🤖🎙️📹
This PR is a draft PR for #3240 PS: The test file was create by copilot, but i have testest is thoroughly.
Hey guys! I have the following use-case: I am using STT-LLM-TTS as my arch, and part of the solution is a long running pipeline which I invoke in `llm_node`. Since...
`pybind` [recently updated](https://github.com/pybind/pybind11/releases/tag/v3.0.0) to v3.0.0 which includes breaking changes that are incompatible with the existing implementation of blingfire. This PR fixes `pybind11` to `>=2.13.6,
### Bug Description I tried connecting to chirp 3 and also chirp 2 model for en-Us as well as hi-IN and when I triggered the agent it's not speaking but...
### The Issue livekit-google-plugin by default uses v1beta1 routes,we pass id in function_call and function_response structure, which v1beta1 route accepts But when we switch to v1 routes, they dont accet...
# Murf AI - TTS Plugin Support ## What This PR implements TTS (Text-to-Speech) support for Murf AI's voice synthesis API in LiveKit Agents. ## Why Adding Murf AI expands...
### Bug Description Description When using Gemini Live 2.5 Flash models via Google Vertex AI with LiveKit Agents, the agent frequently throws the following error during response generation: generate_reply timed...
### Bug Description I have been trying to run the python script given in the Agent starter repository. But I keep getting Timeout error. I am attaching the traceback, please...
## Summary This PR adds a new plugin for [Moss](https://www.usemoss.dev/) semantic search integration into the LiveKit Agents ecosystem. The plugin provides a thin wrapper around the `Moss` SDK with LiveKit-friendly...
Adds support for Google Cloud Speech-to-Text denoiser configuration to improve recognition accuracy for noisy audio. - Adds `denoiser_config` parameter to STT constructor - Properly documented and typed - Passes all...