azure-ai-agentserver-invocations_1.0.0b8
Pre-release
Pre-release
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), andresilient_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-coredependency 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.