wonderful-cat-44048
04/09/2025, 9:44 AMwonderful-cat-44048
04/10/2025, 10:27 AMstraight-continent-20682
04/10/2025, 10:28 PMfancy-glass-72302
04/12/2025, 7:02 PMagent.ts
file, where it appears that @livekit/agents@0.7.2 expects @livekit/rtc-node@^0.13.4, but the installed version is 0.8.1, which does not export ParticipantKind
. This version mismatch is causing the application to fail.
Could you please advise on the correct set of compatible versions for @livekit/agents, livekit-client, and @livekit/rtc-node that should be used together? Alternatively, if there's a known workaround for this specific import error, I would greatly appreciate your guidance.
Thank you for your assistance.freezing-balloon-99666
04/14/2025, 1:37 AMbig-minister-46086
04/16/2025, 5:53 PMthankful-ice-32653
04/17/2025, 8:41 AMThe WebSocket connection fails during initialization, and the room connection is aborted before it is established.I suspect it may be related to environment-specific configurations or token handling during deployment. Would appreciate your support in resolving this.
calm-waitress-37716
04/27/2025, 12:22 PMcalm-shampoo-47633
04/28/2025, 11:13 AMacoustic-secretary-82257
04/30/2025, 5:29 AMcalm-shampoo-47633
04/30/2025, 6:24 AMsome-breakfast-27057
04/30/2025, 9:44 AMsome-breakfast-27057
05/01/2025, 1:09 PMcalm-shampoo-47633
05/04/2025, 8:41 AMbetter-cartoon-57310
05/05/2025, 9:39 AMbitter-bird-28505
05/10/2025, 5:36 AMaudio_output
using the room output options, the LLM responses no longer appear in the chat either. Is there a way to disable text-to-speech while still displaying the LLM responses in the chat?clean-byte-14528
05/10/2025, 7:08 PM2025-05-10 21:03:53,733 - ERROR mcp.client.sse - Error in sse_reader: peer closed connection without sending complete message body (incomplete chunked read) {"pid": 9119, "job_id": "AJ_brQrxo6TpyYr"}
2025-05-10 21:04:06,358 - DEBUG livekit.agents - executing tool {"function": "<tool-name>", "arguments": "{}", "speech_id": "speech_71cd2be10451", "pid": 9119, "job_id": "AJ_brQrxo6TpyYr"}
2025-05-10 21:04:06,359 - INFO mcp-agent-tools - Invoking tool 'get_net_worth' with args: {} {"pid": 9119, "job_id": "AJ_brQrxo6TpyYr"}
I am using this as a reference and client to connect to my mcp server: https://github.com/livekit-examples/basic-mcp
Any one have any experience?worried-petabyte-38885
05/10/2025, 8:44 PMmammoth-cricket-59568
05/13/2025, 5:14 PMgpt-4o-transcribe
as the model for inputAudioTranscription
yet? i'm finding whisper-1
to be really poor for transcription 🙂nutritious-umbrella-303
05/18/2025, 8:42 AMmicroscopic-tiger-52909
05/19/2025, 4:14 AMalert-pizza-92492
05/21/2025, 9:58 PMnutritious-umbrella-303
05/22/2025, 11:13 PM@dataclass
class _CreateResponseHandle:
instructions: NotGivenOr[str]
done_fut: asyncio.Future[llm.GenerationCreatedEvent]
timeout: asyncio.TimerHandle | None = None
def timeout_start(self) -> None:
if self.timeout or self.done_fut is None or self.done_fut.done():
return
def _on_timeout() -> None:
if not self.done_fut.done():
self.done_fut.set_exception(llm.RealtimeError("generate_reply timed out."))
# ↓↓↓
self.timeout = asyncio.get_event_loop().call_later(5.0, _on_timeout)
self.done_fut.add_done_callback(lambda _: self.timeout.cancel())
acoustic-secretary-82257
05/28/2025, 2:16 PMenough-country-47784
06/01/2025, 2:45 PM2025-06-01 08:27:07,172 - WARNING livekit.plugins.openai - received text-only response from realtime API
2025-06-01 08:27:07,257 - WARNING livekit.plugins.openai - trying to recover from text-only response {"retries": 1}
2025-06-01 08:27:08,012 - WARNING livekit.plugins.openai - trying to recover from text-only response {"retries": 2}
2025-06-01 08:27:08,892 - WARNING livekit.plugins.openai - trying to recover from text-only response {"retries": 3}
2025-06-01 08:27:09,649 - WARNING livekit.plugins.openai - trying to recover from text-only response {"retries": 4}
2025-06-01 08:27:10,398 - WARNING livekit.plugins.openai - trying to recover from text-only response {"retries": 5}
2025-06-01 08:27:11,242 - ERROR livekit.plugins.openai - failed to recover from text-only response {"retried_times": 5}
2025-06-01 08:27:11,892 - ERROR livekit.agents - Error in _realtime_reply_task
silly-ice-71657
06/05/2025, 5:59 AMnutritious-umbrella-303
06/05/2025, 8:08 AMloud-park-66193
06/19/2025, 7:23 PM- INFO livekit.agents - registered worker {"id": "AW_hdt4bkgLCnTR", "url": "<wss://XXXXXX-XXXX.livekit.cloud>", "region": "France", "protocol": 16}
- INFO livekit.agents - received job request {"job_id": "AJ_jDwdep5K69Eh", "dispatch_id": "", "room_name": "thread-_+XXXXXXXXXFHvijNdHGBY", "agent_name": "", "resuming": false}
- INFO livekit.agents - initializing process {"pid": 68620}
- INFO livekit.agents - process initialized {"pid": 68620, "elapsed_time": 0.9}
- DEBUG asyncio - Using selector: KqueueSelector {"pid": 68620, "job_id": "AJ_jDwdep5K69Eh"}
- DEBUG livekit.agents - http_session(): creating a new httpclient ctx {"pid": 68620, "job_id": "AJ_jDwdep5K69Eh"}
- DEBUG livekit.agents - start reading stream {"participant": "sip_+33662230502", "source": "SOURCE_MICROPHONE", "pid": 68620, "job_id": "AJ_jDwdep5K69Eh"}
- ERROR livekit.agents - Error in _realtime_reply_task
....
livekit.agents.llm.realtime.RealtimeError: generate_reply timed out. {
ancient-pager-75817
06/25/2025, 6:47 PMwooden-morning-31190
07/02/2025, 8:08 AM