Minimal Example
This page walks through the minimal loop:
Register an agent identity.
Start the SimWorld backend.
Connect the OpenClaw adapter.
Run a short rollout.
Conceptual flow
flowchart LR
User[Developer] --> Identity[AgentIdentity]
Identity --> Adapter[OpenClawAgentAdapter]
Adapter --> World[SimWorldWorld]
World --> Obs[Observations]
Adapter --> Act[Actions]
Notes
In the MVP, you can treat identity and verification as configuration. Later, this becomes a full registry (UI + API) with Moltbook-like publishing and verification.