Files
pipecat/changelog/3482.added.md
2026-01-17 07:04:27 -05:00

303 B

  • Added UserIdleController for detecting user idle state, integrated into LLMUserAggregator and UserTurnProcessor via optional user_idle_timeout parameter. Emits on_user_turn_idle event for application-level handling. Deprecated UserIdleProcessor in favor of the new compositional approach.