pub fn build_process_tools(config: &LoadedConfig) -> Arc<dyn ToolRegistry>Expand description
Assembles the process_tools tool set from the [tools] section (shared across
sessions for a given AgentCore instance).
fetch / search are individually controlled via the enabled field; the local
search tool is completely independent from the hosted web_search capability — both
can be enabled simultaneously.