https://github.com/kagent-dev/kagent
Cloud Native Agentic AI
https://github.com/kagent-dev/kagent
agents ai cncf devops mcp
Last synced: 8 days ago
JSON representation
Cloud Native Agentic AI
- Host: GitHub
- URL: https://github.com/kagent-dev/kagent
- Owner: kagent-dev
- License: apache-2.0
- Created: 2025-01-21T17:03:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T20:55:33.000Z (9 days ago)
- Last Synced: 2025-04-06T21:32:56.491Z (9 days ago)
- Topics: agents, ai, cncf, devops, mcp
- Language: Python
- Homepage: https://kagent.dev
- Size: 8.91 MB
- Stars: 449
- Watchers: 10
- Forks: 55
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- Awesome-LLMOps - kagent - dev/kagent.svg?style=flat&color=green)   (Agent / Framework)
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.
![]()
## Get started
- [Quick Start](https://kagent.dev/docs/getting-started/quickstart)
- [Installation guide](https://kagent.dev/docs/introduction/installation)## Documentation
The kagent documentation is available at [kagent.dev/docs](https://kagent.dev/docs).
## Core Concepts
- **Agents**: Agents are the main building block of kagent. They are a system prompt, a set of tools, and a model configuration.
- **Tools**: Tools are any external tool that can be used by an agent. They are defined as Kubernetes custom resources and can be used by multiple agents.All of the above are defined as Kubernetes custom resources, which makes them easy to manage and modify.
## 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 is a Python application that runs the agents and tools. The engine is built using [Autogen](https://github.com/microsoft/autogen).
- **CLI**: The CLI is a command line tool that allows you to manage the agents and tools.## Roadmap
`kagent` is currently in active development. The following is a list of features that are planned for the next few releases.
- [ ] [Observability improvements:](https://github.com/kagent-dev/kagent/issues/130)
- [ ] More powerful Tracing capabilities
- [ ] Tighter oTEL integration
- [ ] Metrics
- [ ] [Feedback/Testing:](https://github.com/kagent-dev/kagent/issues/131)
- [ ] Eval framework/integrations
- [ ] Debugging/Time travel
- [ ] Guided Learning
- [ ] [Runtime/Engine improvements:](https://github.com/kagent-dev/kagent/issues/132)
- [ ] Multi-Agent support
- [ ] True Graph Execution
- [ ] Workflows
- [ ] Multiple LLM Provider support
- [ ] [Tools:](https://github.com/kagent-dev/kagent/issues/133)
- [ ] Tool Discovery
- [ ] Expose built-in tools as MCP server## Local development
For instructions on how to run everything locally, see the [DEVELOPMENT.md](DEVELOPMENT.md) file.
## Contributing
For instructions on how to contribute to the kagent project, see the [CONTRIBUTION.md](CONTRIBUTION.md) file.