Repositories / OpenClaw
Focused tour of agent execution, memory search, and tool orchestration; not a whole-project map.
Select a flow to inspect its ordered source evidence.
Traces an embedded agent request from lifecycle-scoped orchestration through the prepared loop, runtime-plan construction, and prepared attempt execution.
Follows memory_search from deadline-bounded manager setup through agent-scoped resolution, the built-in vector path, and hybrid score construction.
Shows how one attempt chooses a tool construction plan, selects tool categories, filters them through policy, and blocks denied calls before execution.
Focused flow
Shows how one attempt chooses a tool construction plan, selects tool categories, filters them through policy, and blocks denied calls before execution.
Model tool support, raw-run mode, explicit disabling, and the effective allowlist determine the tool construction plan.
The default plan includes base coding, shell, channel, OpenClaw, and plugin tool categories.
An expanded policy filters the current tool list and records filter and audit details before the next layer.
A blocked non-veto hook outcome records its pre-execution disposition and throws before the wrapped tool can run.