pub fn register_all_kernel_tools(
registry: &ToolRegistry,
kernel: &KernelHandle,
_agent_id: &str,
)Expand description
Register all kernel domain tools into the registry.
Called by super::kernel_bridge::OxiosKernelBridge during agent build.
This is the canonical list of kernel tools available in oxios agents.