Yifei Yan
Yifei Yan
@alexmojaki is this still being worked on? I saw https://github.com/pydantic/logfire/pull/1131 got merged, but that only added a logfire wrapper. Features like request capture, response capture, etc. are still unimplemented. I...
@longcw no because the `agent_false_interruption` event is triggered. If you run my repro steps, you will get this output in the console ``` --------------------------------------------------False interruption-------------------------------------------------- type='agent_false_interruption' resumed=False created_at=1763693869.5416782 message=None extra_instructions=None...
I do see that 1.3.3 uses a new turn detection model (source: https://github.com/livekit/agents/releases/tag/livekit-agents%401.3.3). maybe that is the root cause?
@longcw > resumed is False when the speech is already interrupted or done before the false interruption detected. Im not quite sure what you are asking, but I think it's...
to see the difference, run the equivalent repro steps on 1.2.18 with this code. The agent always resumes the speech in 1.2.18 ``` from dotenv import load_dotenv from livekit import...
@longcw i paid closer attention to the console logs when i run the repro code in 1.3.3, and there is the following line ``` WARNI… livekit.agents resume_false_interruption is enabled but...
> We will bring pause back for console mode soon. @longcw will this be in the next release?
@longcw gentle reminder. when will this be fixed?