diff --git a/changelog/3385.added.md b/changelog/3385.added.md new file mode 100644 index 000000000..b79a1d584 --- /dev/null +++ b/changelog/3385.added.md @@ -0,0 +1,4 @@ +- `LLMAssistantAggregator` now exposes the following events: + - `on_assistant_turn_started`: triggered when the assistant turn starts + - `on_assistant_turn_stopped`: triggered when the assistant turn ends + - `on_assistant_thought`: triggered when there's an assistant thought available