Skip to content

azure-ai-agentserver-invocations_1.0.0b8

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 03 Aug 09:20
ff3c1a2

1.0.0b8 (2026-08-03)

Samples

  • Added samples showing how to build crash-resilient invocation agents on top of the new core resilient-task primitive: resilient_multiturn (suspend/resume conversation), resilient_langgraph (real-time streaming LangGraph integration with crash recovery + steering), and resilient_research (multi-stage research loop with checkpointing). See the Resilient Task Developer Guide for the underlying API.

Bugs Fixed

  • The cancel (POST /invocations/{id}/cancel) and get (GET /invocations/{id}) endpoints now resolve the session id consistently with the invoke endpoint, so custom cancel/get handlers can reliably look up per-session state.

Other Changes

  • Bumped the minimum azure-ai-agentserver-core dependency to >=2.0.0b10, which adds an opt-in gate for resilient-task startup recovery so invocations-only agents no longer make a blocking task-store call during startup.