2.0.0b1 (2026-08-04)
Other Changes
- Cleaned up the public API surface by moving validation-only error helpers to a private implementation module and renaming runtime terminal/replay helpers as private.
- Bumped the minimum
azure-ai-agentserver-coredependency to>=2.0.0b10, which adds an opt-in gate for resilient-task startup recovery. The resilient Responses samples now callset_resilient_tasks_enabled(True)to explicitly opt in, mirroring the invocations resilient samples.