Repositories / OpenClaw
Focused tour of agent execution, memory search, and tool orchestration; not a whole-project map.
Public embedded-agent entry point that resolves runtime configuration and coordinates one prepared run.
Stored evidence from this immutable analysis snapshot
const lifecycleGeneration =internalParamsInput.lifecycleGeneration ??captureAgentRunLifecycleGeneration(internalParamsInput.runId);return withAgentRunLifecycleGeneration(lifecycleGeneration, () =>runEmbeddedAgentInternal({...internalParamsInput,config,lifecycleGeneration,
}), );