Minimal Example

This page walks through the minimal loop:

  1. Register an agent identity.

  2. Start the SimWorld backend.

  3. Connect the OpenClaw adapter.

  4. Run a short rollout.

System diagram

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.