agents icon indicating copy to clipboard operation
agents copied to clipboard

Build real-time multimodal AI applications 🤖🎙️📹

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

## Key Changes - Added [CONTRIBUTING.md](https://github.com/jayeshp19/agents/blob/contributing-guide/CONTRIBUTING.md) - Created new directory called `scripts` and added `bat` scripts for creating virtual env, formatting and testing - [ ] Need to add `shell`...

implements https://github.com/livekit/agents/issues/980 ![image](https://github.com/user-attachments/assets/96cb40f7-5832-466d-b93c-c8d764c23607) PTAL @davidzhao @theomonnom

Also simplified a few places in the main loop code - no other functional changes. This wasn't really a big deal, since the job logic would clean it up anyway....

I want to get the sip caller number in voice assistant example, is there a way to do that? i can not find any information about participant related code in...

Currently, the API supports the OpenAI format of /chat/completions, but I would like to request support for the /completions API style as well. Custom prompts are a common requirement, and...

Hello, once I try to install pillow ```Collecting pillow~=10.3.0 (from livekit-agents[codecs,images]>=0.8.0.dev0->livekit-plugins-openai) Using cached pillow-10.3.0.tar.gz (46.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error...

- write transcripts to chat context - update realtime session based on input chat_ctx - add `sync_chat_ctx` to sync the local chat context to OAI realtime session