Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion skills/dotnet-microsoft-agent-framework/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: dotnet-microsoft-agent-framework
version: "1.4.0"
version: "1.5.0"
category: "AI"
description: "Build .NET AI agents and multi-agent workflows with Microsoft Agent Framework using the right agent type, threads, tools, workflows, hosting protocols, and enterprise guardrails."
compatibility: "Requires preview-era Microsoft Agent Framework packages and a .NET application that truly needs agentic or workflow orchestration."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The local snapshot lives under `references/official-docs/`.

## Scope

- Mirrored authored docs: `102` markdown pages across overview, tutorials, user guide, integrations, migration, and support
- Mirrored authored docs: `100` markdown pages across overview, tutorials, user guide, integrations, migration, and support
- Live-only Learn pages added into the mirror: `support/faq.md`, `support/troubleshooting.md`, and `support/upgrade/index.md`
- Generated API references are not mirrored page-by-page; use the live `.NET` API landing page when exact symbols matter
- Intentional exclusions: media files, TOC scaffolding, breadcrumb files, DocFX support files, and Python-only upgrade pages are not mirrored into the skill
Expand Down Expand Up @@ -103,9 +103,7 @@ The local snapshot lives under `references/official-docs/`.

- [`official-docs/user-guide/agents/agent-types/a2a-agent.md`](official-docs/user-guide/agents/agent-types/a2a-agent.md)
- [`official-docs/user-guide/agents/agent-types/anthropic-agent.md`](official-docs/user-guide/agents/agent-types/anthropic-agent.md)
- [`official-docs/user-guide/agents/agent-types/azure-ai-foundry-agent.md`](official-docs/user-guide/agents/agent-types/azure-ai-foundry-agent.md)
- [`official-docs/user-guide/agents/agent-types/azure-ai-foundry-models-chat-completion-agent.md`](official-docs/user-guide/agents/agent-types/azure-ai-foundry-models-chat-completion-agent.md)
- [`official-docs/user-guide/agents/agent-types/azure-ai-foundry-models-responses-agent.md`](official-docs/user-guide/agents/agent-types/azure-ai-foundry-models-responses-agent.md)
- [`official-docs/user-guide/agents/agent-types/microsoft-foundry-agents.md`](official-docs/user-guide/agents/agent-types/microsoft-foundry-agents.md) — Consolidated "Microsoft Foundry Agents" page covering persistent Azure AI Foundry Agents, Foundry Models Chat Completions, and Foundry Models Responses (all three upstream URLs now resolve to this single page)
- [`official-docs/user-guide/agents/agent-types/azure-openai-chat-completion-agent.md`](official-docs/user-guide/agents/agent-types/azure-openai-chat-completion-agent.md)
- [`official-docs/user-guide/agents/agent-types/azure-openai-responses-agent.md`](official-docs/user-guide/agents/agent-types/azure-openai-responses-agent.md)
- [`official-docs/user-guide/agents/agent-types/chat-client-agent.md`](official-docs/user-guide/agents/agent-types/chat-client-agent.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,4 @@ See the [Agent getting started tutorials](../../../tutorials/overview.md) for mo
## Next steps

> [!div class="nextstepaction"]
> [Azure AI Agents](./azure-ai-foundry-agent.md)
> [Microsoft Foundry Agents](./microsoft-foundry-agents.md)

This file was deleted.

Loading
Loading