Repositories / OpenClaw
Focused tour of agent execution, memory search, and tool orchestration; not a whole-project map.
Narrow execution boundary that hands a prepared request to the embedded run loop.
Stored evidence from this immutable analysis snapshot
export function executePreparedEmbeddedRun(input: PreparedEmbeddedRunInput,): Promise<EmbeddedAgentRunResult> {return runPreparedEmbeddedLoop(input);}