The agent framework where every run is durable, replayable, and resumable by default.

Write agents as plain async TypeScript on a Rust core. Every side effect flows through the runtime as a recorded host call, so any run can be checkpointed to disk, replayed for byte-identical output with zero LLM calls, and resumed from any pause — even in a new process after a crash.