$npm i -g @axplusb/keplerGet Started with CLI
50% on SWE-bench Lite · open models · your infrastructure

The agent harness for code, automation, and everything next.

Kepler is an agent runtime that ships production code today — and becomes the foundation for domain-specific AI workspaces tomorrow. Finance. DevOps. Data. Legal. Any vertical, same harness.

coding agent — liveautomations — livefinance workspacedevops workspacedata workspace
~/my-project

> kepler "fix the auth bug in src/api/users.ts"

 

◆ explore agent spawned (deepseek-v4-flash)

◇ Searching codebase...

✓ Found JWT validation missing on line 42

 

◆ plan agent spawned (gemini-2.5-pro)

◇ Designing fix...

✓ Add token verification middleware + error handler

 

◆ primary agent (deepseek-v4-pro)

◇ Writing code...

✓ src/api/users.ts — 3 lines changed

✓ src/middleware/auth.ts — created (28 lines)

◇ Running tests...

✓ 14/14 passed

 

✅ Done — 2 files, 3 agents, all tests passing

30.7%

SWE-bench Lite resolve rate

13

LLM providers supported

18+

built-in tools

benchmarks

Tested on SWE-bench Lite — 300 real GitHub issues from open-source projects. Kepler clones the repo, reads the issue, writes the fix, and the swebench harness verifies it.

ModelDatasetAccuracy
DeepSeek V4 ProSWE-bench Lite (300)50.0%
DeepSeek V4 FlashSWE-bench Lite (300)30.7%
Previous agent (v2.7.1)SWE-bench Lite (300)7.0%

the platform

Three layers that work together. Use one, or all three.

01 — agent harness

The runtime that powers every Kepler agent. Multi-model orchestration with sub-agent spawning — an explorer reads, a planner designs, a coder implements.

Sub-agent architecture (explore → plan → code)
13 LLM providers, 40+ models
18+ built-in tools + MCP protocol
Human-in-the-loop approval
Sandboxed execution (Docker, Firecracker)
BYOK — your keys, your models, your data

02 — automations

Visual workflow builder. Drag agents onto a canvas, connect triggers and outputs, schedule recurring runs. Chain agents that pass context to each other.

Canvas editor with node graph
Template library (PR reviewer, code gen, etc.)
Cron scheduling + webhook triggers
Agent chaining with shared memory
GitHub, Slack, email, database adapters
Run history + cost tracking

03 — workspaces

Domain-specific agent environments. Build a workspace for any vertical — Finance, Legal, DevOps, Data — with custom tools, chat, and versioned outputs.

Custom plugin system (any domain)
Workspace UI: chat + tools + output panels
Versioned artifacts (Excel-like save/restore)
Domain-specific tool buttons
Team collaboration + role-based access
Connect your own data sources

build a workspace for any domain

Same harness, different plugins. Each workspace gets its own tools, data connections, output formats, and agent configuration.

Kepler Code

live

CLI agent, code tools, git integration

Kepler Finance

soon

Financial models, Excel tools, compliance checks

Kepler DevOps

soon

Infrastructure agents, CI/CD, monitoring

Kepler Data

soon

SQL agents, pipeline builders, data quality

your models, your keys

Platform default included free. BYOK for unlimited. One settings page to switch.

DeepSeek V4 FlashDeepSeek V4 ProClaude Opus 4.6Claude Sonnet 4.6GPT-4.1Gemini 2.5 ProGemini 2.5 FlashLlama 4 MaverickQwen3 CoderGrok 3Mistral LargeKimi K2.5AWS BedrockAzure OpenAICustom endpoint

start coding

Free tier. No credit card. Bring your own key for unlimited.

$npm i -g @axplusb/keplerget started
then: kepler login·kepler "fix the bug"