agents icon indicating copy to clipboard operation
agents copied to clipboard

ensure agent_turn is always under the agent_session turn

Open longcw opened this issue 2 weeks ago • 2 comments

longcw avatar Nov 26 '25 07:11 longcw

There is another similar issue: when dealing with false interruption, agent_speaking (after the pause) is grouped under a user_turn. I am open to solving it in a different PR.

Screenshot 2025-11-26 at 10 40 45

chenghao-mou avatar Nov 26 '25 10:11 chenghao-mou

There is another similar issue: when dealing with false interruption, agent_speaking (after the pause) is grouped under a user_turn. I am open to solving it in a different PR.

oh right, it's because the speaking state is updated in _start_false_interruption_timer. I'll create a fix.

longcw avatar Nov 26 '25 11:11 longcw

There is another similar issue: when dealing with false interruption, agent_speaking (after the pause) is grouped under a user_turn. I am open to solving it in a different PR.

oh right, it's because the speaking state is updated in _start_false_interruption_timer. I'll create a fix.

fixed in this pr as well.

longcw avatar Nov 27 '25 06:11 longcw