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 was already in other VPA examples but missing here. It's not always necessary but improves reliability (e.g. SIP) and seems worth having in the default case.

Not sure if this is relevant to agents or components library, but let's say I have a command like await agent.say("") in entrypoint of agent, even then if someone joins...

Some use cases prefer to limit the number of jobs on a worker instead of doing resource-based utilization

I fixed subject-verb agreement and adjusted informal contractions for consistency.

{"message": "Error in _stream_synthesis_task\nTraceback (most recent call last):\n File \"/root/pythonenv/enve/lib/python3.10/site-packages/livekit/agents/utils/log.py\", line 16, in async_fn_logs\n return await fn(*args, **kwargs)\n File \"/root/pythonenv/enve/lib/python3.10/site-packages/livekit/agents/pipeline/agent_output.py\", line 272, in _stream_synthesis_task\n async for seg in tts_source:\n File...

{"message": "Error in _capture_task\nTraceback (most recent call last):\n File \"/root/pythonenv/enve/lib/python3.10/site-packages/livekit/agents/utils/log.py\", line 16, in async_fn_logs\n return await fn(*args, **kwargs)\n File \"/root/pythonenv/enve/lib/python3.10/site-packages/livekit/agents/pipeline/agent_playout.py\", line 148, in _capture_task\n await self._audio_source.capture_frame(frame)\n File \"/root/pythonenv/enve/lib/python3.10/site-packages/livekit/rtc/audio_source.py\", line 149,...

fix https://github.com/livekit/agents/issues/797

No functional change (other than an error message if the function throws).

Got an error at the end of a `JobContext` worker instance. Everything goes well until the close of the `Worker`. I tried many things and nothing does the trick... ```...