UseZombie is in Early Access Preview. Features below are live in the current release. APIs and agent behavior may evolve before GA.
Resource efficiency scoring
Agent runs are now scored on actual memory and CPU usage. Agents that stay within their resource limits score higher. Agents that max out memory or hit CPU caps score lower — giving you visibility into wasteful runs.The scoring formula has been updated to v2. The resource axis now uses real data instead of a fixed value. All other axes are unchanged and existing scores are preserved.
Live run streaming (API)
The SSE stream endpoint is live: GET /v1/runs/{id}:stream emits gate results in real time as the agent works. CLI support (--watch) is coming in a future release.Run replay (API)
Replay any finished run step by step via the API: GET /v1/runs/{id}:replay returns a structured gate narrative with exit codes, stdout/stderr, and wall time. CLI support (zombiectl runs replay) is coming in a future release.
Per-run cost control
Set token budgets, wall-time limits, and repair loop caps on each run. Runs that exceed limits are cancelled automatically.
OpenAPI spec
A complete OpenAPI 3.1 specification covering all 43 API endpoints is now published.@usezombie/zombiectl on npm
The CLI is now available as a scoped npm package.