Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
dfb140f
Initial commit
ReezaAli149 Oct 30, 2025
d83bc31
Fixed link
ReezaAli149 Oct 30, 2025
12bf56e
ToC addition and minor edits
ReezaAli149 Oct 30, 2025
9e0ed87
ToC fix
ReezaAli149 Oct 30, 2025
ad45e83
Merge pull request #771 from MicrosoftDocs/repo_sync_working_branch
westey-m Nov 13, 2025
b221a9d
update observability docs
eavanvalkenburg Nov 13, 2025
3cac5cb
Update agent-framework/tutorials/plugins/use-purview-with-agent-frame…
ReezaAli149 Nov 13, 2025
727c937
Add Durable Agents documentation (#755)
anthonychu Nov 13, 2025
fd58ef5
Merge pull request #774 from MicrosoftDocs/main
moonbox3 Nov 13, 2025
d4766f2
Merge pull request #772 from eavanvalkenburg/otel_update
markwallace-microsoft Nov 13, 2025
6058431
Update to new project package persistent naming
rogerbarreto Nov 14, 2025
89cfba0
Merge pull request #775 from MicrosoftDocs/persistent-update
rogerbarreto Nov 14, 2025
1963da5
.NET: Hosting libraries documentation (#765)
DeagleGross Nov 14, 2025
fb74c21
Updated namespaces
ReezaAli149 Nov 17, 2025
06af9ec
Added zones and resources
ReezaAli149 Nov 18, 2025
c27a175
Updated code samples
ReezaAli149 Nov 18, 2025
f3d449d
Added permissions
ReezaAli149 Nov 18, 2025
baadabc
Updated links
ReezaAli149 Nov 18, 2025
c56a95e
URL fixes
ReezaAli149 Nov 18, 2025
4a9c10b
add a note on how to setup with FOundry
eavanvalkenburg Nov 18, 2025
2263848
add version note
eavanvalkenburg Nov 18, 2025
5d20500
Merge pull request #778 from eavanvalkenburg/anthropic_foundry
eavanvalkenburg Nov 19, 2025
bed3e8b
Merge pull request #748 from ReezaAli149/reezaali-AFSDKwPurview
dmytrostruk Nov 19, 2025
192c2fc
Merge pull request #779 from MicrosoftDocs/main
eavanvalkenburg Nov 19, 2025
88b4a63
Update workflow observability doc
TaoChenOSU Nov 20, 2025
33d9f10
Fix links
TaoChenOSU Nov 20, 2025
357167b
Fix links 2
TaoChenOSU Nov 20, 2025
e8ad9c4
Fix links 3
TaoChenOSU Nov 20, 2025
b3fe081
Merge pull request #780 from MicrosoftDocs/taochen/update-workflow-ob…
TaoChenOSU Nov 21, 2025
c14650f
Update Workflow tutorial docs (#781)
TaoChenOSU Nov 21, 2025
f2ffe94
Merge pull request #782 from MicrosoftDocs/main
moonbox3 Nov 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,11 @@
"source_path": "semantic-kernel/Frameworks/agent/examples/example-agent-collaboration.md",
"redirect_url": "/semantic-kernel/support/archive/agent-chat-example",
"redirect_document_id": false
},
{
"source_path": "agent-framework/tutorials/workflows/visualization.md",
"redirect_url": "/agent-framework/user-guide/workflows/visualization",
"redirect_document_id": true
}
]
}
2 changes: 2 additions & 0 deletions agent-framework/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ items:
href: user-guide/model-context-protocol/TOC.yml
- name: Workflows
href: user-guide/workflows/TOC.yml
- name: Hosting
href: user-guide/hosting/TOC.yml
- name: Integrations
items:
- name: AG-UI
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions agent-framework/tutorials/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
href: overview.md
- name: Agents
href: agents/TOC.yml
- name: Plugins
href: plugins/TOC.yml
- name: Workflows
href: workflows/TOC.yml
8 changes: 7 additions & 1 deletion agent-framework/tutorials/agents/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@
- name: Third Party chat history storage
href: third-party-chat-history-storage.md
- name: Adding memory to agents
href: memory.md
href: memory.md
- name: Durable agents
items:
- name: Create and run a durable agent
href: create-and-run-durable-agent.md
- name: Orchestrate durable agents
href: orchestrate-durable-agents.md
Loading