forked from MicrosoftDocs/semantic-kernel-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTOC.yml
More file actions
258 lines (258 loc) · 7.94 KB
/
Copy pathTOC.yml
File metadata and controls
258 lines (258 loc) · 7.94 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
items:
- name: Agent Framework
href: overview/index.md
- name: Get Started
expanded: true
items:
- name: Overview
href: get-started/index.md
- name: "Step 1: Your First Agent"
href: get-started/your-first-agent.md
- name: "Step 2: Add Tools"
href: get-started/add-tools.md
- name: "Step 3: Multi-Turn Conversations"
href: get-started/multi-turn.md
- name: "Step 4: Memory & Persistence"
href: get-started/memory.md
- name: "Step 5: Workflows"
href: get-started/workflows.md
- name: "Step 6: Host Your Agent"
href: get-started/hosting.md
- name: Agents
items:
- name: Overview
href: agents/index.md
- name: Running Agents
href: agents/running-agents.md
- name: Agent Pipeline
href: agents/agent-pipeline.md
- name: Multimodal
href: agents/multimodal.md
- name: Structured Output
href: agents/structured-output.md
- name: Background Responses
href: agents/background-responses.md
- name: RAG
href: agents/rag.md
- name: Declarative Agents
href: agents/declarative.md
- name: Observability
href: agents/observability.md
- name: Agent Skills
href: agents/skills.md
- name: Agent Safety
href: agents/safety.md
- name: Tools
items:
- name: Overview
href: agents/tools/index.md
- name: Function Tools
href: agents/tools/function-tools.md
- name: Tool Approval
href: agents/tools/tool-approval.md
- name: Code Interpreter
href: agents/tools/code-interpreter.md
- name: File Search
href: agents/tools/file-search.md
- name: Web Search
href: agents/tools/web-search.md
- name: Hosted MCP Tools
href: agents/tools/hosted-mcp-tools.md
- name: Local MCP Tools
href: agents/tools/local-mcp-tools.md
- name: Conversations & Memory
items:
- name: Overview
href: agents/conversations/index.md
- name: Session
href: agents/conversations/session.md
- name: Context Providers
href: agents/conversations/context-providers.md
- name: Storage
href: agents/conversations/storage.md
- name: Compaction
href: agents/conversations/compaction.md
- name: Middleware
items:
- name: Overview
href: agents/middleware/index.md
- name: Defining Middleware
href: agents/middleware/defining-middleware.md
- name: Chat-Level Middleware
href: agents/middleware/chat-middleware.md
- name: Agent vs Run Scope
href: agents/middleware/agent-vs-run-scope.md
- name: Termination & Guardrails
href: agents/middleware/termination.md
- name: Result Overrides
href: agents/middleware/result-overrides.md
- name: Exception Handling
href: agents/middleware/exception-handling.md
- name: Shared State
href: agents/middleware/shared-state.md
- name: Runtime Context
href: agents/middleware/runtime-context.md
- name: Providers
items:
- name: Overview
href: agents/providers/index.md
- name: Azure OpenAI
href: agents/providers/azure-openai.md
- name: OpenAI
href: agents/providers/openai.md
- name: Microsoft Foundry
href: agents/providers/microsoft-foundry.md
- name: Foundry Local
href: agents/providers/foundry-local.md
- name: Anthropic
href: agents/providers/anthropic.md
- name: Ollama
href: agents/providers/ollama.md
- name: GitHub Copilot
href: agents/providers/github-copilot.md
- name: Copilot Studio
href: agents/providers/copilot-studio.md
- name: Custom Provider
href: agents/providers/custom.md
- name: Workflows
items:
- name: Overview
href: workflows/index.md
- name: Executors
href: workflows/executors.md
- name: Edges
href: workflows/edges.md
- name: Events
href: workflows/events.md
- name: Workflow Builder & Execution
href: workflows/workflows.md
- name: Agents in Workflows
href: workflows/agents-in-workflows.md
- name: Human-in-the-Loop
href: workflows/human-in-the-loop.md
- name: State Management
href: workflows/state.md
- name: Checkpoints & Resuming
href: workflows/checkpoints.md
- name: Declarative Workflows
href: workflows/declarative.md
- name: Observability
href: workflows/observability.md
- name: Workflows as Agents
href: workflows/as-agents.md
- name: Visualization
href: workflows/visualization.md
- name: Orchestrations
items:
- name: Overview
href: workflows/orchestrations/index.md
- name: Sequential
href: workflows/orchestrations/sequential.md
- name: Concurrent
href: workflows/orchestrations/concurrent.md
- name: Handoff
href: workflows/orchestrations/handoff.md
- name: Group Chat
href: workflows/orchestrations/group-chat.md
- name: Magentic
href: workflows/orchestrations/magentic.md
- name: Advanced
items:
- name: Agent Executor
href: workflows/advanced/agent-executor.md
- name: Execution Modes
href: workflows/advanced/execution-modes.md
- name: Resettable Executors
href: workflows/advanced/resettable-executors.md
- name: Sub-Workflows
href: workflows/advanced/sub-workflows.md
- name: Integrations
items:
- name: Overview
href: integrations/index.md
- name: Azure Functions (Durable)
href: integrations/azure-functions.md
- name: OpenAI-Compatible Endpoints
href: integrations/openai-endpoints.md
- name: Purview
href: integrations/purview.md
- name: M365
href: integrations/m365.md
- name: Neo4j GraphRAG Provider
href: integrations/neo4j-graphrag.md
- name: Chat History Memory Provider
href: integrations/chat-history-memory-provider.md
- name: Neo4j Memory Provider
href: integrations/neo4j-memory.md
- name: A2A Protocol
href: integrations/a2a.md
- name: AG-UI Protocol
items:
- name: Overview
href: integrations/ag-ui/index.md
- name: Getting Started
href: integrations/ag-ui/getting-started.md
- name: Backend Tool Rendering
href: integrations/ag-ui/backend-tool-rendering.md
- name: Frontend Tool Rendering
href: integrations/ag-ui/frontend-tools.md
- name: Security Considerations
href: integrations/ag-ui/security-considerations.md
- name: Human-in-the-Loop
href: integrations/ag-ui/human-in-the-loop.md
- name: State Management
href: integrations/ag-ui/state-management.md
- name: Testing with Dojo
href: integrations/ag-ui/testing-with-dojo.md
- name: DevUI
items:
- name: Overview
href: devui/index.md
- name: Directory Discovery
href: devui/directory-discovery.md
- name: API Reference
href: devui/api-reference.md
- name: Tracing & Observability
href: devui/tracing.md
- name: Security & Deployment
href: devui/security.md
- name: Samples
href: devui/samples.md
- name: Migration Guide
items:
- name: Overview
href: migration-guide/index.md
- name: From AutoGen
items:
- name: Overview
href: migration-guide/from-autogen/index.md
- name: From Semantic Kernel
items:
- name: Overview
href: migration-guide/from-semantic-kernel/index.md
- name: Migration Samples
href: migration-guide/from-semantic-kernel/samples.md
- name: API Reference
items:
- name: .NET API Reference
href: /dotnet/api/microsoft.agents.ai
- name: Python API Reference
href: /python/api/agent-framework-core/agent_framework
- name: Support
items:
- name: Overview
href: support/index.md
- name: FAQ
href: support/faq.md
- name: Troubleshooting
href: support/troubleshooting.md
- name: Upgrade Guides
items:
- name: Overview
href: support/upgrade/index.md
- name: Workflow APIs and Request-Response System in Python
href: support/upgrade/requests-and-responses-upgrade-guide-python.md
- name: Python Options based on TypedDicts
href: support/upgrade/typed-options-guide-python.md
- name: 2026 Python Significant Changes
href: support/upgrade/python-2026-significant-changes.md