$npm i -g @axplusb/keplerGet Started with CLI 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.
> 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.
| Model | Dataset | Accuracy |
|---|---|---|
| DeepSeek V4 Pro | SWE-bench Lite (300) | 50.0% |
| DeepSeek V4 Flash | SWE-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.
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.
03 — workspaces
Domain-specific agent environments. Build a workspace for any vertical — Finance, Legal, DevOps, Data — with custom tools, chat, and versioned outputs.
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
liveCLI agent, code tools, git integration
Kepler Finance
soonFinancial models, Excel tools, compliance checks
Kepler DevOps
soonInfrastructure agents, CI/CD, monitoring
Kepler Data
soonSQL agents, pipeline builders, data quality
your models, your keys
Platform default included free. BYOK for unlimited. One settings page to switch.
start coding
Free tier. No credit card. Bring your own key for unlimited.
$npm i -g @axplusb/keplerget started