forked from MicrosoftDocs/semantic-kernel-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.yml
More file actions
93 lines (92 loc) · 3.51 KB
/
Copy pathindex.yml
File metadata and controls
93 lines (92 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
### YamlMime:Hub
title: Agent Framework documentation
summary: Learn to build robust, future-proof Agentic AI solutions that evolve with technological advancements.
brand: semantic-kernel
metadata:
title: Agent Framework documentation
description: Agent Framework documentation.
ms.topic: hub-page
ms.date: 09/05/2025
ms.service: agent-framework
searchScope: []
titleSuffix: ""
ms.author: ssalgado
author: ssalgadodev
ms.manager: nitinme
hide_bc: true
productDirectory:
items:
- title: Overview
imageSrc: /agent-framework/media/overview.svg
links:
- url: /agent-framework/overview/
text: Introduction to Agent Framework
- url: https://github.com/microsoft/agent-framework
text: GitHub Repository
- url: https://github.com/microsoft/agent-framework/tree/main/python/samples
text: Check out Python samples for Agent Framework
- url: https://github.com/microsoft/agent-framework/tree/main/dotnet/samples
text: Check out C# samples for Agent Framework
- title: Get Started
imageSrc: /agent-framework/media/getstarted.svg
links:
- url: /agent-framework/get-started/your-first-agent
text: "Step 1: Your First Agent"
- url: /agent-framework/get-started/add-tools
text: "Step 2: Add Tools"
- url: /agent-framework/get-started/multi-turn
text: "Step 3: Multi-Turn Conversations"
- url: /agent-framework/get-started/memory
text: "Step 4: Memory & Persistence"
- url: /agent-framework/get-started/workflows
text: "Step 5: Workflows"
- url: /agent-framework/get-started/hosting
text: "Step 6: Host Your Agent"
- title: Agents
imageSrc: /agent-framework/media/concept.svg
links:
- url: /agent-framework/agents/index
text: Agents overview
- url: /agent-framework/agents/tools/index
text: Tools
- url: /agent-framework/agents/skills
text: Agent Skills
- url: /agent-framework/agents/conversations/index
text: Conversations
- url: /agent-framework/agents/providers/index
text: Providers
- title: Workflows
imageSrc: /agent-framework/media/architecture.svg
links:
- url: /agent-framework/workflows/index
text: Workflows overview
- url: /agent-framework/workflows/executors
text: Executors
- url: /agent-framework/workflows/edges
text: Edges
- url: /agent-framework/workflows/workflows
text: Workflow Builder & Execution
- title: Integrations
imageSrc: /agent-framework/media/minihub.svg
links:
- url: /agent-framework/integrations/index
text: Integrations overview
- url: /agent-framework/integrations/azure-functions
text: Azure Functions
- url: /agent-framework/integrations/azure-functions
text: Durable Task
- url: /agent-framework/integrations/a2a
text: A2A Protocol
- url: /agent-framework/devui/index
text: DevUI
- title: Support
imageSrc: /agent-framework/media/howtoguide.svg
links:
- url: /agent-framework/support/index
text: Get support
- url: /agent-framework/support/faq
text: FAQ
- url: /agent-framework/migration-guide/from-autogen/index
text: Migrate from Autogen
- url: /agent-framework/migration-guide/from-semantic-kernel/index
text: Migrate from Semantic Kernel