302 B
302 B
- Added
UserTurnControllerto manage user turns. It emitson_user_turn_started,on_user_turn_stopped, andon_user_turn_stop_timeoutevents, and can be integrated into processors to detect and handle user turns.LLMUserAggregatorandUserTurnProcessorare implemented using this controller.