tooluniverse.default_config module¶
Default tool configuration files mapping.
Separated from __init__.py to avoid circular imports.
- tooluniverse.default_config.get_default_hook_config()[source]¶
Get default hook configuration from hook_config.json.
This function loads the default hook configuration from the hook_config.json template file, providing a single source of truth for default hook settings. If the file cannot be loaded, it falls back to a minimal configuration.
- Returns
dict: Default hook configuration with basic settings