Repositories / OpenClaw
Focused tour of agent execution, memory search, and tool orchestration; not a whole-project map.
Architecture map
Follow persisted relationships across interface, API, service, persistence, worker, and external boundaries.
Embedded agent entry
Agent API · api
Captures the run lifecycle generation and enters internal orchestration with the selected configuration.
Prepared run execution
Runtime · service
Hands a fully prepared agent request to the controlled execution loop.
Attempt loop
Returns completed attempts or carries normalized retry state into the next loop iteration.
Attempt preparation
Attempt · service
Builds a runtime plan from model, harness, authentication, configuration, and workspace context.
Embedded attempt execution
Starts execution with prepared bootstrap, tool, session, prompt, and catalog inputs.