LLMUserAggregator: add bot turn start strategies timeout fallback

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-23 13:56:21 -08:00
parent 40493e8ce8
commit 1f0357ae5e
2 changed files with 74 additions and 9 deletions

4
changelog/3291.added.md Normal file
View File

@@ -0,0 +1,4 @@
- `LLMUserAggregator` now exposes the following events:
- `on_user_turn_started`: triggered when a user turn starts
- `on_bot_turn_started`: triggered when a user turn ends and a bot turn starts
- `on_user_turn_end_timeout`: triggered when a user turn does not stop and times out