EveryDev.ai
Sign inSubscribe
Home
Tools

2,707+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1845
  • Coding1319
  • Infrastructure620
  • Marketing502
  • Projects439
  • Research407
  • Design383
  • Analytics355
  • Security245
  • MCP242
  • Testing240
  • Data232
  • Integration179
  • Prompts166
  • Learning161
  • Communication159
  • Extensions151
  • Voice134
  • Commerce126
  • DevOps110
  • Web83
  • Finance23
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Kelos
    Kelos icon

    Kelos

    Agent Harness

    Kelos is an open-source Kubernetes-native framework for orchestrating autonomous AI coding agents like Claude Code, Codex, Gemini, and OpenCode.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Freely available open-source project on GitHub under Apache-2.0 license.

    Engagement

    Available On

    Linux
    macOS
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessContainer OrchestrationMulti-agent Systems

    Alternatives

    OptioOz Agent PlatformViberia
    Developer
    kelos-devkelos-dev is an open-source organization building Kubernetes…

    Listed Mar 2026

    About Kelos

    Kelos is an open-source Kubernetes-native framework for orchestrating autonomous AI coding agents. It lets you point an agent at a GitHub issue and get a pull request back — fully autonomous, running in isolated ephemeral Pods on your Kubernetes cluster. Kelos supports Claude Code, OpenAI Codex, Google Gemini, OpenCode, and custom agent images through a standardized container interface. Written in Go, it installs as a Kubernetes operator with custom resources and ships with a dedicated CLI.

    Kelos treats agent runs as first-class Kubernetes resources with four core primitives: Tasks (units of work wrapping an agent run), Workspaces (git repos where agents operate), AgentConfigs (reusable bundles of instructions, plugins, and MCP servers), and TaskSpawners (event-driven engines that react to GitHub issues, PRs, or cron schedules to create tasks automatically).

    • Isolated Ephemeral Pods - Each agent task runs in its own Kubernetes Pod with a freshly cloned git workspace and no access to your host machine.
    • Task Pipelines - Chain tasks with dependsOn and pass results like branch names, PR URLs, and token usage between pipeline stages.
    • TaskSpawner - Automatically create agent tasks in response to GitHub issues, pull requests, or cron schedules with configurable polling and concurrency limits.
    • Multi-Agent Support - Run Claude Code, OpenAI Codex, Google Gemini, OpenCode, or any custom agent image using a simple container interface.
    • AgentConfig - Bundle project-wide instructions, plugins, skills, and MCP server configurations into reusable configs that get injected into agent Pods.
    • CLI and Declarative YAML - Manage tasks via the kelos CLI or apply Kubernetes YAML manifests directly, making it GitOps-ready and compatible with ArgoCD.
    • Autonomous Self-Development - Build feedback loops where agents pick up issues, write code, self-review, fix CI flakes, and label issues needing human input.
    • Scalable Parallelism - Fan out agents across multiple repositories with Kubernetes handling scheduling, resource management, and queueing.
    • Observable Outputs - Every run captures deterministic outputs including branch names, commit SHAs, PR URLs, and token usage into Kubernetes resource status.
    • Cost Controls - Set maxConcurrency, maxTotalTasks, and per-task timeouts to prevent runaway agent activity and control API spend.
    Kelos - 1

    Community Discussions

    Be the first to start a conversation about Kelos

    Share your experience with Kelos, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Freely available open-source project on GitHub under Apache-2.0 license.

    • Full source code access under Apache-2.0 license
    • Kubernetes operator and CRD installation
    • CLI for task management and log streaming
    • Multi-agent support (Claude Code, Codex, Gemini, OpenCode)
    • TaskSpawner for event-driven automation

    Capabilities

    Key Features

    • Kubernetes-native agent orchestration via custom resources
    • Isolated ephemeral Pods per agent task with freshly cloned workspaces
    • Task pipelines with dependsOn chaining and result passing
    • TaskSpawner for automatic task creation from GitHub events and cron
    • Support for Claude Code, OpenAI Codex, Google Gemini, and OpenCode
    • Custom agent images via standardized container interface
    • AgentConfig for reusable instructions, plugins, and MCP server bundles
    • CLI for running tasks, streaming logs, and managing resources
    • Declarative YAML manifests compatible with GitOps and ArgoCD
    • Autonomous self-development feedback loops with human-in-the-loop labeling
    • Cost controls via maxConcurrency, maxTotalTasks, and per-task timeouts
    • Deterministic output capture (branch names, commit SHAs, PR URLs, token usage)
    • OAuth and API key credential injection
    • Branch serialization for tasks sharing the same branch

    Integrations

    Kubernetes
    Claude Code
    OpenAI Codex
    Google Gemini
    OpenCode
    GitHub
    GitHub Actions
    ArgoCD
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Kelos and help others make informed decisions.

    Developer

    kelos-dev

    kelos-dev is an open-source organization building Kubernetes-native infrastructure for orchestrating autonomous AI coding agents. The team maintains Kelos and its ecosystem of agent integrations on GitHub.

    Read more about kelos-dev
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Optio icon

    Optio

    Workflow orchestration for AI coding agents that turns tasks from GitHub Issues or Linear tickets into merged pull requests with autonomous CI feedback loops.

    Oz Agent Platform icon

    Oz Agent Platform

    Oz is Warp's cloud orchestration platform for running, managing, and coordinating fleets of coding agents across any harness, model, or repository.

    Viberia icon

    Viberia

    A macOS desktop app that lets you orchestrate multiple AI coding agents through a strategy game-style isometric interface, supporting Claude, Codex, and Gemini.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    94 tools

    Container Orchestration

    AI-enhanced tools for automating deployment, scaling, and management of containerized applications across clusters with intelligent resource allocation.

    26 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    192 tools
    Browse all topics
    Back to all tools
    54views
    Discussions