Python SDK for building servers that implement the Azure AI Responses protocol. Current version 1.0.0b7 (beta). Released monthly with breaking changes until stable.
pip install azure-ai-agentserver-responsesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal server that adds a single agent and starts listening.
Use `from azure.ai.responses.aio import ResponsesServer` instead of `from azure.ai.responses.responses import aio`.
Always pass `name="..."` when creating a ResponseAgent.
Replace `server.start()` with `server.run()`.
Set the env var or pass `endpoint` explicitly. Server will crash with vague error if missing.
Add `azure-core<1.31.0` to requirements.txt or install with `pip install 'azure-core<1.31.0'`.
No resource links recorded.