kagent-dev/kagent

Cloud Native Agentic AI | Discord: https://bit.ly/kagentdiscord

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 51 minutes ago
Added to GitGenius on September 18th, 2026
Created on January 21st, 2025
Open Issues & Pull Requests: 186 (+0)
GitHub issues: Enabled
Number of forks: 776
Total Stargazers: 3,778 (-1)
Total Subscribers: 23 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 26.9 hours
Mean response time: 12.6 days
90th percentile: 28.8 days
Tracked items: 744

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in five opened in the past year never receives a reply. 90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "ai-generated" is answered fastest, typically in under an hour, while "enhancement" waits about 5 days. Almost all tracked open issues have seen activity in the last three months. 77% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 117
New in 7 days: 20
Closed in 7 days: 15
Avg open age: 30 days
Stale 30+ days: 28
Stale 90+ days: 0

Recent activity

Opened in 7 days: 20
Closed in 7 days: 15
Comments in 7 days: 4
Events in 7 days: 8

Top labels

  • stale (210)
  • enhancement (47)
  • good first issue (39)
  • help wanted (36)
  • bug (33)
  • UI (30)
  • ai-generated (18)
  • controller (18)

Detailed Description

kagent is a Kubernetes native framework for building AI agents that run as workloads within Kubernetes clusters.

The tool addresses the challenge of deploying and managing AI agents at scale by providing a framework purpose-built for Kubernetes environments. Rather than treating agents as external systems, kagent integrates them directly into the Kubernetes orchestration model, allowing agents to be deployed, scaled, and managed using familiar Kubernetes patterns and tooling.

Developers building AI agents that need to run in Kubernetes environments should consider kagent if they want to avoid bridging between agent frameworks and container orchestration. The framework is designed for teams already invested in Kubernetes who want agents to operate as first-class workloads rather than external services. It suits projects where agent lifecycle management, scaling, and observability need to align with Kubernetes native practices.

The project shows consistent development activity with a functional CI pipeline and maintains alignment with cloud native standards through CNCF topic association. The codebase is written in Go, which aligns with the broader Kubernetes ecosystem tooling conventions.