Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Kelos - The Kubernetes-native framework for orchestrating autonomous AI coding agents.
| Date | Stars |
|---|---|
| 2026-07-31 | 276 |
| 2026-08-03 | 281 |
| 2026-08-06 | 281 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<h1 align="center">Kelos</h1> <p align="center"><strong>Run and orchestrate coding agents on Kubernetes.</strong></p> <p align="center"> <a href="https://github.com/kelos-dev/kelos/actions/workflows/ci.yaml"><img src="https://github.com/kelos-dev/kelos/actions/workflows/ci.yaml/badge.svg" alt="CI"></a> <a href="https://github.com/kelos-dev/kelos/releases/latest"><img src="https://img.shields.io/github/v/release/kelos-dev/kelos" alt="Release"></a> <a href="https://github.com/kelos-dev/kelos"><img src="https://img.shields.io/github/stars/kelos-dev/kelos?style=flat" alt="GitHub Stars"></a> <a href="https://github.com/kelos-dev/kelos"><img src="https://img.shields.io/github/go-mod/go-version/kelos-dev/kelos" alt="Go Version"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a> </p> <p align="center"> <a href="#how-it-works">How It Works</a> · <a href="#quick-start">Quick Start</a> · <a href="#usage">Usage</a> · <a href="#documentation">Documentation</a> · <a href="CONTRIBUTING.md">Contributing</a> </p> Kelos turns coding agents into Kubernetes workloads. Give an agent a goal and Kelos provides the repository, credentials, tools, compute, and workflow needed to complete it. Use Kelos for one-off tasks, persistent conversations, event-driven automation, pipelines, and parallel work across many repositories. It supports Claude Code, OpenAI Codex, Google Gemini, OpenCode, Cursor, and [custom agent images](docs/agent-image-interface.md). ## Why Kelos? - Run agents in isolated Kubernetes workloads instead of on developer laptops. - Reuse the same repositories, instructions, skills, and tools across agents. - Keep interactive Sessions alive and reconnect from terminal or web clients. - Trigger work from GitHub, Jira, Linear, cron schedules, or generic webhooks. - Observe, limit, and operate agent workloads with familiar Kubernetes controls. ## How It Works <img alt="Kelos resources for coding agent workflows and environments" src="docs/images/kelos-resources.png" /> The controller turns Kelos resources into Pods, Jobs, and StatefulSets. ### Core Primitives | Resource | Purpose | | --- | --- | | `Task` | Run one agent job | | `Session` | Keep an interactive agent conversation running | | `Workspace` | Give agents a Git repository | | `AgentConfig` | Share instructions, skills, plugins, and MCP servers | | `TaskSpawner` | Create Tasks from events or schedules | | `SessionSpawner` | Create Sessions from GitHub webhooks | | `WorkerPool` | Maintain reusable agent workers | Task status records useful results such as branches, commits, pull requests, and token usage. The resources remain ordinary Kubernetes objects, so advanced users can review them, keep them in Git, or manage them with existing delivery tools. See the [API and CLI reference](docs/reference.md) for the underlying fields and commands. ## Quick Start You need a Kubernetes 1.28+ cluster with [cert-manager](https://cert-manager.io/docs/installation/) installed. Install the CLI: ```bash curl -fsSL https://raw.githubusercontent.com/kelos-dev/kelos/main/hack/install.sh | bash ``` Homebrew and source installs are also available: ```bash brew tap kelos-dev/tap brew install kelos # Or: go install github.com/kelos-dev/kelos/cmd/kelos@latest ``` Install Kelos: ```bash kelos install ``` For Helm installations and upgrades, see the [chart documentation](internal/manifests/charts/kelos/README.md). Install the first-party Kelos skill in your coding agent: ```bash npx skills add kelos-dev/kelos ``` The skill teaches your agent how to configure Kelos, create the right resources, operate workloads, and troubleshoot failures. You can now use Kelos without writing configuration files or assembling CLI commands by hand. ## Usage ### Use the Kelos skill Ask your coding agent to use the `/kelos` skill. Describe the outcome you want, the agent provider, and the repos
Excerpt of 8,417 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:57add576dc1de594, topic:ai-agents, topic:agentic-ai
matched fp:57add576dc1de594, topic:kubernetes