tooluniverse.default_config 模块¶
默认工具配置文件映射。
Separated from __init__.py to avoid circular imports.
- tooluniverse.default_config.get_default_hook_config()[源代码]¶
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.
- 返回值
dict: Default hook configuration with basic settings