Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/docs/kagent/introduction/what-is-kagent/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import FeatureGrid from '@/components/mdx/feature-grid';

# Introducing kagent

kagent is an open-source programming framework that brings the power of agentic AI to cloud-native environments. Built specifically for DevOps and platform engineers, kagent enables AI agents to run directly in Kubernetes clusters to automate operations, troubleshoot issues, and solve complex cloud-native challenges.
kagent is an open-source, Kubernetes-native framework for building AI agents and harnesses — production-ready agent runtimes like NemoClaw and OpenClaw. It lets platform and DevOps teams deploy, scale, and operate agents as first-class Kubernetes resources, using the same primitives (CRDs, RBAC, GitOps, observability) they already use for every other workload.

kagent was created at [Solo.io](https://www.solo.io) in 2025 and is a [Cloud Native Computing Foundation](https://www.cncf.io) sandbox project.

Expand Down
Loading