-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathnavigation.json
More file actions
353 lines (353 loc) · 12.7 KB
/
navigation.json
File metadata and controls
353 lines (353 loc) · 12.7 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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
[
{
"title": "kagent",
"href": "/docs/kagent",
"order": 1,
"description": "Complete documentation for kagent - the AI agent platform for Kubernetes.",
"items": [
{
"title": "Introduction",
"href": "/docs/kagent/introduction",
"description": "Welcome to kagent! Start here to understand what kagent is, how to install it, and how to contribute.",
"items": [
{
"title": "Installing kagent",
"href": "/docs/kagent/introduction/installation",
"description": "Learn how to install kagent"
},
{
"title": "What is kagent",
"href": "/docs/kagent/introduction/what-is-kagent",
"description": "Understand what kagent is and its core purpose."
},
{
"title": "Feature Roadmap",
"href": "https://github.com/kagent-dev/kagent/blob/main/README.md#roadmap",
"external": true
},
{
"title": "Contributing",
"href": "https://github.com/kagent-dev/kagent/blob/main/CONTRIBUTION.md",
"external": true
}
]
},
{
"title": "Getting Started",
"href": "/docs/kagent/getting-started",
"description": "Guides to help you get started with kagent, from quick setup to your first agent and tool.",
"items": [
{
"title": "Quick Start",
"href": "/docs/kagent/getting-started/quickstart",
"description": "A quick guide to get kagent installed and running with your first AI agent."
},
{
"title": "Your First Agent",
"href": "/docs/kagent/getting-started/first-agent",
"description": "Learn how to create your first AI agent using the kagent dashboard."
},
{
"title": "Your First MCP tool",
"href": "/docs/kagent/getting-started/first-mcp-tool",
"description": "Learn how to add an MCP (Model Context Protocol) tool to your kagent agent."
},
{
"title": "Local Development",
"href": "/docs/kagent/getting-started/local-development",
"description": "Build, test and run agents locally."
},
{
"title": "Writing System Prompts",
"href": "/docs/kagent/getting-started/system-prompts",
"description": "Learn the art and science of writing effective system prompts for your kagent agents."
},
{
"title": "Tracing",
"href": "/docs/kagent/getting-started/tracing",
"description": "A guide to tracing your kagent agents."
}
]
},
{
"title": "Core Concepts",
"href": "/docs/kagent/concepts",
"description": "Understand the fundamental concepts and architecture of kagent.",
"items": [
{
"title": "Architecture",
"href": "/docs/kagent/concepts/architecture",
"description": "Explore the high-level architecture of kagent, including its core components like the Controller, App/Engine, CLI, and Dashboard."
},
{
"title": "Agents",
"href": "/docs/kagent/concepts/agents",
"description": "Dive into the concept of AI agents in kagent, their components (instructions, tools), and how they can even use other agents as tools."
},
{
"title": "Tools",
"href": "/docs/kagent/concepts/tools",
"description": "Understand the different types of tools kagent can use, including built-in, MCP, and HTTP tools, and how tool discovery works."
}
]
},
{
"title": "Supported Providers",
"href": "/docs/kagent/supported-providers",
"description": "Learn how to configure various LLM providers like OpenAI, Azure OpenAI, Anthropic, and Ollama for kagent.",
"items": [
{
"title": "Amazon Bedrock",
"href": "/docs/kagent/supported-providers/amazon-bedrock",
"description": "Use Amazon Bedrock models with kagent via the OpenAI Chat Completions API."
},
{
"title": "Anthropic",
"href": "/docs/kagent/supported-providers/anthropic",
"description": "Learn how to configure Anthropic models for kagent."
},
{
"title": "Azure OpenAI",
"href": "/docs/kagent/supported-providers/azure-openai",
"description": "Learn how to configure Azure OpenAI models in kagent."
},
{
"title": "Gemini",
"href": "/docs/kagent/supported-providers/gemini",
"description": "Learn how to configure Gemini models in kagent."
},
{
"title": "Google Vertex AI",
"href": "/docs/kagent/supported-providers/google-vertexai",
"description": "Learn how to configure Google Vertex AI models in kagent."
},
{
"title": "Ollama",
"href": "/docs/kagent/supported-providers/ollama",
"description": "Learn how to configure Ollama models in kagent."
},
{
"title": "OpenAI",
"href": "/docs/kagent/supported-providers/openai",
"description": "Learn how to configure OpenAI models in kagent."
},
{
"title": "BYO OpenAI-compatible model",
"href": "/docs/kagent/supported-providers/byo-openai",
"description": "Bring your own OpenAI-compatible model to kagent."
}
]
},
{
"title": "Examples",
"href": "/docs/kagent/examples",
"description": "Explore practical examples and use cases for kagent.",
"items": [
{
"title": "A2A Agents",
"href": "/docs/kagent/examples/a2a-agents",
"description": "Discover how to implement Agent-to-Agent (A2A) communication and collaboration with kagent."
},
{
"title": "BYO ADK Agents",
"href": "/docs/kagent/examples/a2a-byo",
"description": "Bring your own ADK agent to kagent"
},
{
"title": "BYO CrewAI Agents",
"href": "/docs/kagent/examples/crewai-byo",
"description": "Bring your own CrewAI agent to kagent"
},
{
"title": "BYO LangGraph Agents",
"href": "/docs/kagent/examples/langchain-byo",
"description": "Bring your own LangGraph agent to kagent"
},
{
"title": "Documentation Agent",
"href": "/docs/kagent/examples/documentation",
"description": "See an example of a kagent agent built to help with documentation-related tasks."
},
{
"title": "Slack and A2A",
"href": "/docs/kagent/examples/slack-a2a",
"description": "Learn how to create a Slack bot that interacts with kagent via A2A"
},
{
"title": "Discord and A2A",
"href": "/docs/kagent/examples/discord-a2a",
"description": "Learn how to create a Discord bot that interacts with kagent via A2A"
}
]
},
{
"title": "Operations",
"href": "/docs/kagent/operations",
"description": "Manage your kagent installation with upgrade, uninstall, and operational tasks.",
"items": [
{
"title": "Debug kagent",
"href": "/docs/kagent/operations/debug",
"description": "Find solutions to common issues and troubleshooting tips for kagent."
},
{
"title": "Upgrade kagent",
"href": "/docs/kagent/operations/upgrade",
"description": "Learn how to upgrade kagent to the latest version."
},
{
"title": "Uninstall kagent",
"href": "/docs/kagent/operations/uninstall",
"description": "Learn how to uninstall kagent from your Kubernetes cluster."
}
]
},
{
"title": "Resources",
"href": "/docs/kagent/resources",
"description": "Find helpful resources and FAQs for kagent. Access guides, community links, and more.",
"items": [
{
"title": "API docs",
"href": "/docs/kagent/resources/api-ref",
"description": "kagent API reference documentation"
},
{
"title": "CLI docs",
"href": "/docs/kagent/resources/cli",
"description": "Complete reference docs for the kagent CLI commands"
},
{
"title": "Helm Chart Configuration",
"href": "/docs/kagent/resources/helm",
"description": "kagent Helm chart configuration reference"
},
{
"title": "FAQs",
"href": "/docs/kagent/resources/faq",
"description": "Find answers to frequently asked questions about kagent."
},
{
"title": "Release Notes",
"href": "/docs/kagent/resources/release-notes",
"description": "Review the release notes for kagent."
}
]
}
]
},
{
"title": "kmcp",
"href": "/docs/kmcp",
"order": 1,
"description": "",
"items": [
{
"title": "Introduction",
"href": "/docs/kmcp/introduction",
"description": "Quickly develop and deploy Model Context Protocol (MCP) servers."
},
{
"title": "Quickstart",
"href": "/docs/kmcp/quickstart",
"description": "Get started with kmcp"
},
{
"title": "Develop MCP servers",
"href": "/docs/kmcp/develop",
"description": "Quickly develop and deploy Model Context Protocol (MCP) servers.",
"items": [
{
"title": "FastMCP Python",
"href": "/docs/kmcp/develop/fastmcp-python",
"description": "Create the MCP server with kmcp"
},
{
"title": "MCP Go",
"href": "/docs/kmcp/develop/mcp-go",
"description": ""
}
]
},
{
"title": "Deploy to Kubernetes",
"href": "/docs/kmcp/deploy",
"description": "Quickly develop and deploy Model Context Protocol (MCP) servers.",
"items": [
{
"title": "Install the kmcp controller",
"href": "/docs/kmcp/deploy/install-controller",
"description": "Deploy the kmcp controller in a Kubernetes cluster."
},
{
"title": "Deploy MCP servers",
"href": "/docs/kmcp/deploy/server",
"description": ""
}
]
},
{
"title": "Manage secrets",
"href": "/docs/kmcp/secrets",
"description": "Configure your MCP server to read additional environment variables from a Kubernetes secret."
},
{
"title": "Reference",
"href": "/docs/kmcp/reference",
"description": "",
"items": [
{
"title": "API docs",
"href": "/docs/kmcp/reference/api-ref",
"description": "kmcp API reference docs"
},
{
"title": "kmcp add-tool",
"href": "/docs/kmcp/reference/kmcp-add-tool",
"description": "kmcp add-tool command"
},
{
"title": "kmcp build",
"href": "/docs/kmcp/reference/kmcp-build",
"description": "kmcp build command"
},
{
"title": "kmcp deploy",
"href": "/docs/kmcp/reference/kmcp-deploy",
"description": "kmcp deploy command"
},
{
"title": "kmcp init",
"href": "/docs/kmcp/reference/kmcp-init",
"description": "kmcp init command"
},
{
"title": "kmcp install",
"href": "/docs/kmcp/reference/kmcp-install",
"description": "kmcp install command"
},
{
"title": "kmcp run",
"href": "/docs/kmcp/reference/kmcp-run",
"description": "kmcp run command"
},
{
"title": "kmcp secrets",
"href": "/docs/kmcp/reference/kmcp-secrets",
"description": "kmcp secrets command"
},
{
"title": "kmcp completion",
"href": "/docs/kmcp/reference/kmcp-completion",
"description": "kmcp completion command"
},
{
"title": "kmcp help",
"href": "/docs/kmcp/reference/kmcp-help",
"description": "kmcp help command"
}
]
}
]
}
]