Skip to content

azure-ai-agentserver-invocations_1.0.0b7

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 22 Jul 12:32
11b85a4

1.0.0b7 (2026-07-22)

Features Added

  • AsyncAPI docs endpoints — InvocationAgentServerHost now accepts optional
    asyncapi_spec_json (dict) and/or asyncapi_spec_yaml (raw YAML string)
    constructor args, served at GET /invocations/docs/asyncapi.json and
    GET /invocations/docs/asyncapi.yaml respectively. Either representation
    returns 404 if not registered. See README for details.

Other Changes

  • Bumped minimum azure-ai-agentserver-core dependency to >=2.0.0b8.