Skip to content

Commit cf43318

Browse files
authored
Merge pull request #304 from MicrosoftDocs/main638949660204958972sync_temp
Repo sync for protected branch
2 parents f9992b4 + 08d48fd commit cf43318

101 files changed

Lines changed: 18805 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ _repo.*/
88
.openpublishing.buildcore.ps1
99
.DS_Store
1010
/.vs
11+
12+
# AI
13+
14+
.claude/
15+
WARP.md

.openpublishing.publish.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"docsets_to_publish": [
3+
{
4+
"docset_name": "agent-framework",
5+
"build_source_folder": "agent-framework",
6+
"build_output_subfolder": "agent-framework",
7+
"locale": "en-us",
8+
"monikers": [],
9+
"open_to_public_contributors": false,
10+
"type_mapping": {
11+
"Conceptual": "Content"
12+
},
13+
"build_entry_point": "docs"
14+
},
315
{
416
"docset_name": "semantic-kernel",
517
"build_source_folder": "semantic-kernel",

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

agent-framework/TOC.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
items:
2+
- name: Agent Framework
3+
href: overview/agent-framework-overview.md
4+
- name: Quickstart Guide
5+
href: tutorials/quick-start.md
6+
expanded: true
7+
- name: Tutorials
8+
href: tutorials/TOC.yml
9+
- name: User Guide
10+
items:
11+
- name: Overview
12+
href: user-guide/overview.md
13+
- name: Agents
14+
href: user-guide/agents/TOC.yml
15+
- name: Model Context Protocol
16+
href: user-guide/model-context-protocol/TOC.yml
17+
- name: Workflows
18+
href: user-guide/workflows/TOC.yml
19+
- name: Migration Guide
20+
href: migration-guide/TOC.yml
21+
- name: API Reference Guide
22+
items:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Microsoft Agent Framework
2+
tocHref: /agent-framework/
3+
topicHref: /agent-framework/index
4+
5+
6+

agent-framework/docfx.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"_themes.pdf/**",
14+
"**/docfx.json",
15+
"_repo.en-us/**",
16+
"README.md",
17+
"LICENSE",
18+
"LICENSE-CODE",
19+
"ThirdPartyNotices.md",
20+
"SECURITY.md"
21+
]
22+
}
23+
],
24+
"resource": [
25+
{
26+
"files": [
27+
"**/*.svg",
28+
"**/*.png",
29+
"**/*.jpg",
30+
"**/*.gif"
31+
],
32+
"exclude": [
33+
"**/obj/**",
34+
"**/includes/**",
35+
"_themes/**",
36+
"_themes.pdf/**",
37+
"**/docfx.json",
38+
"_repo.en-us/**"
39+
]
40+
}
41+
],
42+
"overwrite": [],
43+
"externalReference": [],
44+
"globalMetadata": {
45+
"zone_pivot_group_filename:": "zone_pivot_group.json",
46+
"uhfHeaderId": "MSDocsHeader-AgentFramework",
47+
"layout": "Conceptual",
48+
"breadcrumb_path": "/agent-framework/breadcrumb/agent-framework/toc.json",
49+
"feedback_system": "Standard",
50+
"permissioned-type": "public"
51+
},
52+
"fileMetadata": {},
53+
"template": [],
54+
"dest": "agent-framework"
55+
}
56+
}

agent-framework/index.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
### YamlMime:Hub
2+
title: Agent Framework documentation
3+
summary: Learn to build robust, future-proof Agentic AI solutions that evolve with technological advancements.
4+
brand: semantic-kernel
5+
metadata:
6+
title: Agent Framework documentation
7+
description: Agent Framework documentation.
8+
ms.topic: hub-page
9+
ms.date: 09/05/2025
10+
ms.service: agent-framework
11+
searchScope: []
12+
titleSuffix: ""
13+
ms.author: ssalgado
14+
author: ssalgadodev
15+
ms.manager: nitinme
16+
hide_bc: true
17+
18+
productDirectory:
19+
items:
20+
- title: Getting Started
21+
imageSrc: /agent-framework/media/getting-started.svg
22+
links:
23+
- url: /agent-framework/overview/agent-framework-overview
24+
text: Introduction to Agent Framework
25+
- title: Quick Start
26+
imageSrc: /agent-framework/media/quick-start.svg
27+
links:
28+
- url: /agent-framework/tutorials/quick-start
29+
text: Agent Framework Quick Start
30+
- url: /agent-framework/tutorials/overview
31+
text: Learn how to use Agent Framework
32+
- url: https://github.com/microsoft/agent-framework/tree/main/python/samples
33+
text: Check out Python samples for Agent Framework
34+
- url: https://github.com/microsoft/agent-framework/tree/main/dotnet/samples
35+
text: Check out C# samples for Agent Framework
36+
- title: Migration Guide
37+
imageSrc: /agent-framework/media/migration-guide.svg
38+
links:
39+
- url: /agent-framework/migration-guide/from-autogen/index
40+
text: Migrate from Autogen to Agent Framework
41+
- url: /agent-framework/migration-guide/from-semantic-kernel/index
42+
text: Migrate from Semantic Kernel to Agent Framework

agent-framework/media/agent.mmd

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
sequenceDiagram
2+
participant User
3+
participant Agent
4+
participant LLM
5+
participant Tools/MCP
6+
7+
User->>Agent: User Message
8+
Agent->>Agent: Initialize with Prompt Instruction
9+
10+
rect rgb(240, 248, 255)
11+
Note over Agent,Tools/MCP: Agentic Loop (iterative until task complete)
12+
13+
Agent->>LLM: Send Request + Prompt + Context
14+
LLM->>LLM: Process & Decide Next Action
15+
16+
alt Tool/MCP Call Required
17+
LLM->>Agent: Return Tool/MCP Call Request
18+
Agent->>Tools/MCP: Execute Tool/MCP Function
19+
Tools/MCP->>Agent: Return Result
20+
Agent->>LLM: Send Tool Result + Updated Context
21+
Note over Agent,LLM: Loop continues with tool results
22+
else Task Complete
23+
LLM->>Agent: Return Final Response
24+
end
25+
end
26+
27+
Agent->>User: Final Response

agent-framework/media/agent.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)