๐Ÿ†• v0.2.0-beta โ€” YOLO mode + tutorial

๐Ÿ”ฅ claw-forge

The autonomous coding agent harness that doesn't quit.

Multi-provider API rotation.   Pure Python.   Zero Node.js.

Get Started โ†’ View on GitHub

Everything you need. Nothing you don't.

Built for teams that outgrow a single API key and need real production reliability.

๐Ÿ”„

API Rotation Pool

Never hit rate limits again. Anthropic, Bedrock, Azure AI Foundry, Vertex AI, Groq โ€” auto-fallback with circuit breaker and RPM tracking per provider.

๐Ÿค–

18 Pre-installed Skills

6 LSP servers (Python, Go, Rust, TS, Solidity, C++) + systematic debugging + verification gate + parallel dispatch โ€” ready out of the box, no config required.

โšก

Pure asyncio

No subprocess+threading mess. TaskGroup + Semaphore. Clean, fast, and debuggable. Waves of parallel tasks with dependency ordering.

๐Ÿ”Œ

Plugin System

Add new agent types via pyproject.toml entry points. Third-party plugins just work โ€” no patching the core, no forks.

๐Ÿ“‹

Kanban UI

Real-time board with WebSocket updates. Provider health dots. Cost tracker. Needs-Human column for stuck agents. No build step โ€” just open your browser.

๐Ÿ”‘

OAuth Support

Use your claude login credentials. Zero API key juggling for the primary provider. Add keys for extra redundancy, not as a requirement.

How it fits together

The dispatcher routes tasks through the provider pool, agents run in parallel waves, and everything streams live to the Kanban UI.

claw-forge Kanban board โ€” full overview

The Kanban board tracks all features across Pending ยท Running ยท Passing ยท Failed ยท Blocked columns in real time

claw-forge dark mode

Get running in 60 seconds

Install with uv for instant, isolated installation. No virtualenv ceremony.

Full tutorial โ†’
pip install uv
uv tool install claw-forge

claw-forge init my-project
claw-forge run my-project

# YOLO mode: max speed
claw-forge run my-project --yolo

Production-grade from day one.

Built to the standard of critical infrastructure โ€” not a weekend prototype.

7+ AI providers supported
18 built-in skills
0 Node.js required
427 tests passing
See all features โ†’