|
55 | 55 | </td> |
56 | 56 | </tr> |
57 | 57 | </table> |
58 | | -<!-- markdownlint-disable MD033 --> |
| 58 | +<!-- markdownlint-enable MD033 --> |
59 | 59 |
|
60 | 60 | --- |
61 | 61 |
|
|
69 | 69 | ### Core Concepts |
70 | 70 |
|
71 | 71 | - **Agents**: Agents are the main building block of kagent. They are a system prompt, a set of tools and agents, and an LLM configuration represented with a Kubernetes custom resource called "Agent". |
72 | | -- **LLM Providers**: Kagent supports multiple LLM providers, including [OpenAI](https://kagent.dev/docs/kagent/supported-providers/openai), [Azure OpenAI](https://kagent.dev/docs/kagent/supported-providers/azure-openai), [Anthropic](https://kagent.dev/docs/kagent/supported-providers/anthropic), [Google Vertex AI](https://kagent.dev/docs/kagent/supported-providers/google-vertexai), [Ollama](https://kagent.dev/docs/kagent/supported-providers/ollama) and any other [custom providers and models](https://kagent.dev/docs/kagent/supported-providers/custom-models) accessible via AI gateways. Providers are represented by the ModelConfig resource. |
| 72 | +- **LLM Providers**: Kagent supports multiple LLM providers, including [OpenAI](https://kagent.dev/docs/kagent/supported-providers/openai), [Azure OpenAI](https://kagent.dev/docs/kagent/supported-providers/azure-openai), [Anthropic](https://kagent.dev/docs/kagent/supported-providers/anthropic), [Google Vertex AI](https://kagent.dev/docs/kagent/supported-providers/google-vertexai), [Ollama](https://kagent.dev/docs/kagent/supported-providers/ollama) and any other custom providers and models accessible via AI gateways. Providers are represented by the ModelConfig resource. |
73 | 73 | - **MCP Tools**: Agents can connect to any MCP server that provides tools. Kagent comes with an MCP server with tools for Kubernetes, Istio, Helm, Argo, Prometheus, Grafana, Cilium, and others. All tools are Kubernetes custom resources (ToolServers) and can be used by multiple agents. |
74 | 74 | - **Observability**: Kagent supports [OpenTelemetry tracing](https://kagent.dev/docs/kagent/getting-started/tracing), which allows you to monitor what's happening with your agents and tools. |
75 | 75 |
|
76 | 76 | ### Core Principles |
77 | 77 |
|
78 | | -- **Kubernetes Native**: Kagent is designed to be easy to understand and use, and to provide a flexible and powerful way to build and manage AI agents. |
| 78 | +- **Kubernetes Native**: Agents and tools are managed as Kubernetes custom resources using familiar `kubectl` workflows. |
79 | 79 | - **Extensible**: Kagent is designed to be extensible, so you can add your own agents and tools. |
80 | 80 | - **Flexible**: Kagent is designed to be flexible, to suit any AI agent use case. |
81 | 81 | - **Observable**: Kagent is designed to be observable, so you can monitor the agents and tools using all common monitoring frameworks. |
|
84 | 84 |
|
85 | 85 | ### Architecture |
86 | 86 |
|
87 | | -The kagent framework is designed to be easy to understand and use, and to provide a flexible and powerful way to build and manage AI agents. |
88 | | - |
89 | 87 | <div align="center"> |
90 | 88 | <img src="img/arch.png" alt="kagent" width="500"> |
91 | 89 | </div> |
|
0 commit comments