Repositories / OpenClaw
Focused tour of agent execution, memory search, and tool orchestration; not a whole-project map.
Controls embedded-agent attempts, recovery, model fallback, compaction, and terminal outcomes.
Stored evidence from this immutable analysis snapshot
if (normalizedAttempt.action === "complete") {return normalizedAttempt.result;}if (normalizedAttempt.action === "retry") {bootstrapPromptWarningSignaturesSeen =normalizedAttempt.bootstrapPromptWarningSignaturesSeen;
lastRunPromptUsage = normalizedAttempt.lastRunPromptUsage; lastTurnTotal = normalizedAttempt.lastTurnTotal; accumulatedReplayState = normalizedAttempt.replayState; continue; }