Agents that modify their own behavior at runtime through a declarative genome.
Zero downtime. 3MB binary. 100% Autonomous.
Traditional agents (AutoGPT, LangChain) are fundamentally static. Once deployed, their capabilities are frozen in the binary. To learn a new skill or adapt to a new API, engineers must rewrite code, recompile, and redeploy.
EVOCLAW treats agent capabilities as a Genome. The runtime engine is fixed, but
the behavior is defined in a hot-swappable genome.toml file. Agents evolve by
mutating this file.
Modify the declarative genome below to see how the agent adapts in real-time.
Central Management (Go)
Async Communication
Runtime Engine (Rust)
From Raspberry Pi 1 (Edge) to Docker Containers (Server) to E2B Sandboxes (Cloud). One genome format for all.
* EVOCLAW running 3 concurrent skills on Raspberry Pi 1.
The agent successfully recovered from 12 transient network failures during crypto price fetching using exponential backoff.
| Metric | Edge (Pi 1) | Server | Cloud (E2B) |
|---|---|---|---|
| Binary Size | 3.0 MB | 7.2 MB | N/A |
| RSS Memory (3 Skills) | 3.2 MB | 12.4 MB | 45 MB |
| Hot-Reload Time | 108 ms | 35 ms | 60 ms |
| CPU Usage | 2.1% | 0.3% | 0.1% |