pub fn resolve_any_to_internal(name: &str) -> Option<&'static str>Expand description
Resolve any tool name to its internal form.
Accepts canonical names (“shell”), internal names (“Bash”), or any agent-native name (“run_shell_command”). Case-insensitive. Returns the internal name if found, or None if unrecognized.