Repositories / OpenClaw
Focused tour of agent execution, memory search, and tool orchestration; not a whole-project map.
Assembles core, shell, channel, plugin, and searchable tools into the effective agent tool surface.
Stored evidence from this immutable analysis snapshot
const includeCoreTools = options?.includeCoreTools !== false;const toolConstructionPlan = options?.toolConstructionPlan ?? {includeBaseCodingTools: includeCoreTools,includeShellTools: includeCoreTools,includeChannelTools: includeCoreTools,includeOpenClawTools: includeCoreTools,includePluginTools: true,};