From 8a07979da11ca78afc4115bcf6659cfa612764ad Mon Sep 17 00:00:00 2001 From: Sebastian Maniak Date: Tue, 12 May 2026 13:20:12 -0400 Subject: [PATCH 1/3] Fix what-is-kagent description to reflect K8s-native framing Previous copy called kagent an "open-source programming framework" for "DevOps and platform engineers," which conflicted with the homepage and BYO-frameworks positioning. Reframes kagent as a Kubernetes native framework for building AI agents and harnesses. Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Sebastian Maniak --- src/app/docs/kagent/introduction/what-is-kagent/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/docs/kagent/introduction/what-is-kagent/page.mdx b/src/app/docs/kagent/introduction/what-is-kagent/page.mdx index 39c9d140..0dfd0660 100644 --- a/src/app/docs/kagent/introduction/what-is-kagent/page.mdx +++ b/src/app/docs/kagent/introduction/what-is-kagent/page.mdx @@ -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. Kubernetes is the most popular orchestration platform for running workloads, and kagent makes it easy to build, deploy and manage AI agents and harnesses 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 and harnesses. 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. From 0b1ca7691f33baa4740ea6ee4174adb6979dc996 Mon Sep 17 00:00:00 2001 From: Sebastian Maniak Date: Tue, 12 May 2026 13:23:01 -0400 Subject: [PATCH 2/3] Add harness examples (NemoClaw, OpenClaw) to what-is-kagent intro Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Sebastian Maniak --- src/app/docs/kagent/introduction/what-is-kagent/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/docs/kagent/introduction/what-is-kagent/page.mdx b/src/app/docs/kagent/introduction/what-is-kagent/page.mdx index 0dfd0660..4c0322e4 100644 --- a/src/app/docs/kagent/introduction/what-is-kagent/page.mdx +++ b/src/app/docs/kagent/introduction/what-is-kagent/page.mdx @@ -14,7 +14,7 @@ import FeatureGrid from '@/components/mdx/feature-grid'; # Introducing kagent -kagent is an open-source Kubernetes native framework for building AI agents and harnesses. Kubernetes is the most popular orchestration platform for running workloads, and kagent makes it easy to build, deploy and manage AI agents and harnesses 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 and harnesses. +kagent is an open-source Kubernetes native framework for building AI agents and harnesses (e.g. NemoClaw, OpenClaw). Kubernetes is the most popular orchestration platform for running workloads, and kagent makes it easy to build, deploy and manage AI agents and harnesses 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 and harnesses. 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. From d03d05f1ecba6ca18a3da224e2ed196e7b60d6da Mon Sep 17 00:00:00 2001 From: Sebastian Maniak Date: Tue, 12 May 2026 13:49:05 -0400 Subject: [PATCH 3/3] Tighten what-is-kagent intro: remove repetition and filler Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Sebastian Maniak --- src/app/docs/kagent/introduction/what-is-kagent/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/docs/kagent/introduction/what-is-kagent/page.mdx b/src/app/docs/kagent/introduction/what-is-kagent/page.mdx index 4c0322e4..369102e6 100644 --- a/src/app/docs/kagent/introduction/what-is-kagent/page.mdx +++ b/src/app/docs/kagent/introduction/what-is-kagent/page.mdx @@ -14,7 +14,7 @@ import FeatureGrid from '@/components/mdx/feature-grid'; # Introducing kagent -kagent is an open-source Kubernetes native framework for building AI agents and harnesses (e.g. NemoClaw, OpenClaw). Kubernetes is the most popular orchestration platform for running workloads, and kagent makes it easy to build, deploy and manage AI agents and harnesses 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 and harnesses. +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.