βœ“
Kagent Download

Kubernetes-native AI agent framework with declarative configs MCP tools multi-LLM support OpenTelemetry tracing and CNCF cloud-native architecture

⭐ 1,925 stars on GitHub
Latest Release: v0.7.6

About Software

Kagent is a Kubernetes-native framework making it easy to build deploy and manage AI agents in the most popular orchestration platform. Agents are defined as custom resources with system prompts tools/agents sets and LLM configurations all represented declaratively in YAML.

The framework includes a controller web UI engine running ADK-based agents and CLI for management. It supports multiple LLM providers via ModelConfig resources connects to MCP servers providing Kubernetes/Istio/Helm/Prometheus tools and offers OpenTelemetry tracing for observability across all agent operations.

Use Cases:

  • Kubernetes-native framework for building and deploying AI agents with MCP tools
  • Cloud-native agent orchestration supporting OpenAI Azure Anthropic Vertex AI and Ollama
  • Declarative agent definitions with system prompts tools and LLM configs as K8s resources
  • OpenTelemetry tracing for monitoring agent and tool execution in production

Downloads

v0.7.6 December 09, 2025
kagent-windows-amd64.exeexe
v0.7.5 November 25, 2025
kagent-windows-amd64.exeexe
v0.7.4 November 04, 2025
kagent-windows-amd64.exeexe
v0.7.3 November 04, 2025
kagent-windows-amd64.exeexe
v0.7.2 October 30, 2025
kagent-windows-amd64.exeexe
v0.7.1 October 29, 2025
kagent-windows-amd64.exeexe
v0.7.0 October 29, 2025
kagent-windows-amd64.exeexe
v0.6.21 October 21, 2025
kagent-windows-amd64.exeexe
v0.6.20 October 21, 2025
kagent-windows-amd64.exeexe
v0.6.19 October 08, 2025
kagent-windows-amd64.exeexe
v0.6.18 October 02, 2025
kagent-windows-amd64.exeexe
v0.6.17 September 30, 2025
kagent-windows-amd64.exeexe
v0.6.16 September 26, 2025
kagent-windows-amd64.exeexe
v0.6.15 September 23, 2025
kagent-windows-amd64.exeexe
v0.6.14 September 19, 2025
kagent-windows-amd64.exeexe
v0.6.12 September 15, 2025
kagent-windows-amd64.exeexe
v0.6.11 September 10, 2025
kagent-windows-amd64.exeexe
v0.6.10 September 09, 2025
kagent-windows-amd64.exeexe
v0.6.9 September 08, 2025
kagent-windows-amd64.exeexe
v0.6.8 September 03, 2025
kagent-windows-amd64.exeexe
v0.6.7 September 02, 2025
kagent-windows-amd64.exeexe
v0.6.6 August 27, 2025
kagent-windows-amd64.exeexe
v0.6.5 August 26, 2025
kagent-windows-amd64.exeexe
v0.6.4 August 25, 2025
kagent-windows-amd64.exeexe
v0.6.3 August 21, 2025
kagent-windows-amd64.exeexe
v0.6.2 August 20, 2025
kagent-windows-amd64.exeexe
v0.6.1 August 20, 2025
kagent-windows-amd64.exeexe
v0.6.0 August 18, 2025
kagent-windows-amd64.exeexe
v0.5.5 August 11, 2025
kagent-windows-amd64.exeexe
v0.5.4 August 09, 2025
kagent-windows-amd64.exeexe

Package Info

Last Updated
Dec 09, 2025
Latest Version
v0.7.6
License
Apache-2.0
Total Versions
30

README


kagent is a Kubernetes native framework for building AI agents. Kubernetes is the most popular orchestration platform for running workloads, and kagent makes it easy to build, deploy and manage AI agents in Kubernetes. 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.


  Getting Started


  Technical Details


  Get Involved


  Reference

Getting started

  • Quick Start (https://kagent.dev/docs/kagent/getting-started/quickstart)
  • Installation guide (https://kagent.dev/docs/kagent/introduction/installation)

Technical Details

Core Concepts

  • 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".
  • 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.
  • 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.
  • 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.

Core Principles

  • 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.
  • Extensible: Kagent is designed to be extensible, so you can add your own agents and tools.
  • Flexible: Kagent is designed to be flexible, to suit any AI agent use case.
  • Observable: Kagent is designed to be observable, so you can monitor the agents and tools using all common monitoring frameworks.
  • Declarative: Kagent is designed to be declarative, so you can define the agents and tools in a YAML file.
  • Testable: Kagent is designed to be tested and debugged easily. This is especially important for AI agent applications.

Architecture

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.

Kagent has 4 core components:

  • Controller: The controller is a Kubernetes controller that watches the kagent custom resources and creates the necessary resources to run the agents.
  • UI: The UI is a web UI that allows you to manage the agents and tools.
  • Engine: The engine runs your agents using ADK (https://google.github.io/adk-docs/).
  • CLI: The CLI is a command-line tool that allows you to manage the agents and tools.

Get Involved

We welcome contributions! Contributors are expected to respect the kagent Code of Conduct (https://github.com/kagent-dev/community/blob/main/CODE-OF-CONDUCT.md)

There are many ways to get involved:

  • πŸ› Report bugs and issues (https://github.com/kagent-dev/kagent/issues/)
  • πŸ’‘ Suggest new features (https://github.com/kagent-dev/kagent/issues/)
  • πŸ“– Improve documentation (https://github.com/kagent-dev/website/)
  • πŸ”§ Submit pull requests
  • ⭐ Star the repository
  • πŸ’¬ Help others in Discord (https://discord.gg/Fu3k65f2k3)
  • πŸ’¬ Join the kagent community meetings (https://calendar.google.com/calendar/u/0?cid=Y183OTI0OTdhNGU1N2NiNzVhNzE0Mjg0NWFkMzVkNTVmMTkxYTAwOWVhN2ZiN2E3ZTc5NDA5Yjk5NGJhOTRhMmVhQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20)
  • 🀝 Share tips in the CNCF #kagent slack channel (https://cloud-native.slack.com/archives/C08ETST0076)
  • πŸ”’ Report security concerns

Roadmap

kagent is currently in active development. You can check out the full roadmap in the project Kanban board here (https://github.com/orgs/kagent-dev/projects/3).

Local development

For instructions on how to run everything locally, see the DEVELOPMENT.md file.

Contributors

Thanks to all contributors who are helping to make kagent better.

Star History

Reference

License

This project is licensed under the Apache 2.0 License.


kagent is a Cloud Native Computing Foundation project.