Add changelog fragments for realtime service mode
Fragments use the +<name> prefix so they show up under "Unreleased" without a PR-number suffix; rename to <PR#>.<type>.md before merge.
This commit is contained in:
1
changelog/+realtime-service-mode-events.added.md
Normal file
1
changelog/+realtime-service-mode-events.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `on_user_message_added` and `on_assistant_message_added` event handlers on `LLMUserAggregator` and `LLMAssistantAggregator`. Each fires when its respective message is flushed to context and carries the finalized content. In cascade mode they coincide with `on_user_turn_stopped` / `on_assistant_turn_stopped`; in realtime mode (where turn-stop fires before the message is finalized) they're the canonical way to subscribe to "context just updated, here's the text."
|
||||
Reference in New Issue
Block a user