tooluniverse.default_config moduleΒΆ
Default tool configuration files mapping.
This module contains the default mapping of tool categories to their JSON configuration files. Itβs 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