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.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about something like:

Suggested change
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 is an open-source, Kubernetes-native runtime for AI agents. Deploy, scale, and operate agents as first-class Kubernetes resources by using the same CRDs, RBAC, GitOps, and observability you already use for your other workloads. Manage everything your agents need: agent harnesses, MCP tool servers, memory, and more. kagent works out of the box with many of the most popular AI projects: runtimes like NemoClaw and OpenClaw, agent frameworks like ADK and LangGraph, and many LLM providers like OpenAI, Anthropic, Gemini, and more.


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