Fragments use the +<name> prefix so they show up under "Unreleased" without a PR-number suffix; rename to <PR#>.<type>.md before merge.
758 B
758 B
- Added
RealtimeServiceModeConfigand a newrealtime_service_modekwarg onLLMContextAggregatorPair, opting the pair into realtime (speech-to-speech) LLM behavior. When set, user messages are written to context when the assistant response starts rather than on user-turn-end frames — so context stays correct even when the realtime service emits no turn frames at all — and, by default, turn-end strategies stop waiting for transcripts before signalling end-of-turn, keeping transcript latency off the critical path in local-VAD-driven realtime pipelines. Both behaviors are individually controllable via thecontext_writes_await_turnsandturns_await_transcriptsfields. Cascade (non-realtime) behavior is unchanged when the kwarg is omitted.