dify/api/core/skill
Harry 0495dc5085 feat(skill): tool switcher for llm node
- Added an `enabled` field to `DifyCliToolConfig` and `ToolDependency` to manage tool activation status.
- Updated `DifyCliConfig` to handle tool dependencies more effectively, ensuring only enabled tools are processed.
- Refactored `SkillCompiler` to utilize `tool_id` for better identification of tools and improved handling of disabled tools.
- Introduced a new method `_extract_disabled_tools` in `LLMNode` to streamline the extraction of disabled tools from node data.
- Enhanced metadata parsing to account for tool enablement, improving overall tool management.
2026-01-29 01:21:18 +08:00
..
entities feat(skill): tool switcher for llm node 2026-01-29 01:21:18 +08:00
__init__.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
constants.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
skill_compiler.py feat(skill): tool switcher for llm node 2026-01-29 01:21:18 +08:00
skill_manager.py feat(sandbox-zip-service): using sandbox to zip files 2026-01-27 14:19:27 +08:00