dify/api/core/skill
Harry 144089d3ed feat(skill): tool switcher implementation
- Introduced a new regex pattern for tool groups to support multiple tool placeholders.
- Updated the DefaultToolResolver to format outputs for specific built-in tools (bash, python).
- Enhanced the SkillCompiler to filter out disabled tools in tool groups, ensuring only enabled tools are rendered.
- Added tests to verify the correct behavior of tool group filtering and rendering.
2026-01-28 21:16:10 +08:00
..
entities feat(skill): tool switcher implementation 2026-01-28 21:16:10 +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 implementation 2026-01-28 21:16:10 +08:00
skill_manager.py feat(sandbox-zip-service): using sandbox to zip files 2026-01-27 14:19:27 +08:00