Skip to content

Azure.AI.AgentServer.Invocations_1.0.0-beta.7

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 08 Sep 14:12
76fb721

1.0.0-beta.7 (2026-09-03)

Features Added

  • Added application-owned target-turn tracing for Voice handlers.
    VoiceSession.StartTurn creates a mockable VoiceTurnTrace parented to the
    physical Voice connection; applications activate it around model/tool work and
    complete it once with an immutable, content-free VoiceTurnResult. The relay
    does not infer target outcomes from sent messages or connection termination.
  • Added the experimental typed Voice Live Bridge Protocol 1.0 relay. VoiceHandler dispatches
    immutable inbound events, VoiceSession.SendAsync serializes explicit outbound
    messages, and AddVoice<THandler>() / VoiceServer.Run<THandler>() reuse the
    existing /invocations_ws transport without owning application lifecycle state.
    Consumers acknowledge this preview surface with the AAAS001 diagnostic.