Skip to content

Commit e9a2dac

Browse files
authored
Merge pull request #313174 from greenie-msft/durable-task-ai-agents
Durable task ai agents
2 parents 1aa2a3f + 37b55da commit e9a2dac

11 files changed

Lines changed: 3105 additions & 3 deletions

File tree

articles/azure-functions/durable-functions/toc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
href: quickstart-java.md
3838
- name: Concepts
3939
items:
40+
- name: AI and agents
41+
items:
42+
- name: Overview
43+
href: ../../durable-task/sdks/durable-task-for-ai-agents.md
44+
- name: Agentic application patterns
45+
href: ../../durable-task/sdks/durable-agents-patterns.md
46+
- name: Microsoft Agent Framework extension (Preview)
47+
href: ../../durable-task/sdks/durable-agents-microsoft-agent-framework.md
4048
- name: Fundamentals
4149
items:
4250
- name: Programming model
@@ -45,6 +53,8 @@
4553
href: ../../durable-task/common/durable-task-orchestrations.md?pivots=durable-functions&toc=/azure/azure-functions/durable-functions/toc.json
4654
- name: Sub-orchestrations
4755
href: ../../durable-task/common/durable-task-sub-orchestrations.md?pivots=durable-functions&toc=/azure/azure-functions/durable-functions/toc.json
56+
- name: Task hubs
57+
href: ../../durable-task/common/durable-task-hubs.md?pivots=durable-functions&toc=/azure/azure-functions/durable-functions/toc.json
4858
- name: Durable entities
4959
href: ../../durable-task/common/durable-task-entities.md?pivots=durable-functions&toc=/azure/azure-functions/durable-functions/toc.json
5060
- name: Timers and timeouts

articles/durable-task/common/toc.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
href: what-is-durable-task.md
88
- name: Choose your hosting model
99
href: choose-orchestration-framework.md
10+
- name: AI and agents
11+
expanded: true
12+
items:
13+
- name: Overview
14+
href: ../sdks/durable-task-for-ai-agents.md
15+
- name: Agentic application patterns
16+
href: ../sdks/durable-agents-patterns.md
17+
- name: Microsoft Agent Framework extension (Preview)
18+
href: ../sdks/durable-agents-microsoft-agent-framework.md
1019
- name: Get started
1120
items:
1221
- name: Durable Task SDKs

articles/durable-task/common/what-is-durable-task.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ The following video highlights the benefits of Azure Durable Functions:
9595
> [!div class="nextstepaction"]
9696
> [Choose your hosting model](./choose-orchestration-framework.md)
9797
98+
- [Durable Task for AI agents](../sdks/durable-task-for-ai-agents.md)
99+
- [Agentic application patterns](../sdks/durable-agents-patterns.md)
100+
- [Microsoft Agent Framework extension](../sdks/durable-agents-microsoft-agent-framework.md)
98101
- Get started with:
99102
- [The Durable Task SDKs](../sdks/durable-task-overview.md)
100103
- [Durable Functions](../../azure-functions/durable-functions/durable-functions-overview.md)

articles/durable-task/index.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,21 @@ highlightedContent:
2525
- title: Programming model overview
2626
itemType: concept
2727
url: ./common/programming-model-overview.md
28+
- title: AI agents overview
29+
itemType: concept
30+
url: ./sdks/durable-task-for-ai-agents.md?toc=/azure/durable-task/common/toc.json
2831
- title: Durable Functions
2932
itemType: overview
30-
url: /azure/azure-functions/durable-functions/durable-functions-overview
33+
url: /azure/azure-functions/durable-functions/durable-functions-overview?toc=/azure/durable-task/common/toc.json
3134
- title: Durable Task SDKs
3235
itemType: overview
33-
url: ./sdks/durable-task-overview.md
36+
url: ./sdks/durable-task-overview.md?toc=/azure/durable-task/common/toc.json
37+
- title: Durable Task for AI agents
38+
itemType: overview
39+
url: ./sdks/durable-task-for-ai-agents.md?toc=/azure/durable-task/common/toc.json
3440
- title: Durable Task Scheduler storage provider
3541
itemType: overview
36-
url: ./scheduler/durable-task-scheduler.md
42+
url: ./scheduler/durable-task-scheduler.md?toc=/azure/durable-task/common/toc.json
3743

3844
conceptualContent:
3945
items:
@@ -75,6 +81,18 @@ conceptualContent:
7581
footerLink:
7682
url: /azure/durable-task/sdks/durable-task-overview?toc=/azure/durable-task/common/toc.json
7783
text: See more
84+
- title: Durable Task for AI agents
85+
summary: Build fault-tolerant, scalable AI agents with durable execution
86+
links:
87+
- text: Microsoft Agent Framework extension
88+
url: ./sdks/durable-agents-microsoft-agent-framework.md?toc=/azure/durable-task/common/toc.json
89+
itemType: concept
90+
- text: Agentic application patterns
91+
url: ./sdks/durable-agents-patterns.md?toc=/azure/durable-task/common/toc.json
92+
itemType: concept
93+
footerLink:
94+
url: ./sdks/durable-task-for-ai-agents.md?toc=/azure/durable-task/common/toc.json
95+
text: See more
7896
- title: Durable Task Scheduler
7997
summary: Fully managed backend service purpose-built for durable workloads
8098
links:

0 commit comments

Comments
 (0)