Readme
A Replicate cog that runs pasclaw build (and now pasclaw plan) against your task, ships back the entire agent brain as a workspace.zip you can feed into the next call, and returns the model’s final reply as a small text file. The whole loop — agent state, memory notes, knowledge base, checkpoints, project files written by the model — round-trips through one zip so long-horizon work survives between 30-second cog calls. The agent itself is Object Pascal (Delphi / Free Pascal) — one binary ports cleanly across Linux / Windows / macOS / cog containers, and a static type system keeps a multi-provider, multi-tool agent loop legible without a runtime layer.