Skip to content

Commit cc80e7f

Browse files
Merge branch 'feature/agentserver-durable-tasks' into feature/agentserver-responses-spec016
2 parents 30035ea + a2c9a1f commit cc80e7f

12 files changed

Lines changed: 5 additions & 780 deletions

File tree

sdk/agentserver/azure-ai-agentserver-core/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
### Other Changes
2222

2323
- The hosted task-store transport is now built on
24-
`azure.core.AsyncPipelineClient` instead of `httpx`; `httpx` is no
25-
longer a production dependency.
24+
`azure.core.AsyncPipelineClient` instead of `httpx` / `aiohttp`;
25+
neither `httpx` nor `aiohttp` is a production dependency of this
26+
package anymore.
2627

2728
## 2.0.0b5 (2026-05-25)
2829

sdk/agentserver/azure-ai-agentserver-core/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies = [
2424
"starlette>=0.45.0",
2525
"hypercorn>=0.17.0",
2626
"azure-core>=1.30.0",
27-
"aiohttp>=3.9.0,<4.0.0a0",
2827
"opentelemetry-api>=1.40.0",
2928
"opentelemetry-sdk>=1.40.0",
3029
"microsoft-opentelemetry>=1.0.0",

sdk/agentserver/azure-ai-agentserver-invocations/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
`durable_multiturn` (suspend/resume conversation),
1010
`durable_langgraph` (LangGraph integration), and
1111
`durable_research` (multi-stage research loop with checkpointing).
12-
See `samples/DURABLE_SAMPLES.md` for an overview and the
12+
Each sample's `agent.py` / `app.py` module docstring covers what it
13+
demonstrates; see the
1314
[core developer guide](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/agentserver/azure-ai-agentserver-core/docs/durable-task-guide.md)
1415
for the underlying `@task` API.
1516

sdk/agentserver/azure-ai-agentserver-invocations/samples/DURABLE_SAMPLES.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

sdk/agentserver/azure-ai-agentserver-invocations/samples/PATTERNS.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

sdk/agentserver/azure-ai-agentserver-invocations/samples/SHIPPABLE.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

sdk/agentserver/azure-ai-agentserver-invocations/samples/durable_copilot/README.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)