azure-ai-agentserver-invocations_1.0.0b7
Pre-release
Pre-release
1.0.0b7 (2026-07-22)
Features Added
- AsyncAPI docs endpoints —
InvocationAgentServerHostnow accepts optional
asyncapi_spec_json(dict) and/orasyncapi_spec_yaml(raw YAML string)
constructor args, served atGET /invocations/docs/asyncapi.jsonand
GET /invocations/docs/asyncapi.yamlrespectively. Either representation
returns404if not registered. See README for details.
Other Changes
- Bumped minimum
azure-ai-agentserver-coredependency to>=2.0.0b8.