dify/api/core/skill/entities
Harry a0d1816a6e feat: add mergeable skill bundles with incremental compilation
Refactor skill compilation around mergeable bundle patches so dynamic skill updates no longer require full rebuilds. Keep dependency closures accurate by recomputing affected nodes from direct dependency data.
2026-02-28 14:35:29 +08:00
..
__init__.py refactor(tool-access): rename ToolKey to ToolDescription and update ToolAccessPolicy to use mappings for allowed tools and credentials 2026-01-27 15:14:12 +08:00
api_entities.py feat: fallback handle for skill exception when draft not sync yet 2026-02-15 02:00:27 +08:00
asset_references.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
skill_bundle_entry.py feat: add mergeable skill bundles with incremental compilation 2026-02-28 14:35:29 +08:00
skill_bundle.py feat: add mergeable skill bundles with incremental compilation 2026-02-28 14:35:29 +08:00
skill_document.py feat(skill-compiler): skill compiler 2026-01-22 13:41:21 +08:00
skill_metadata.py feat(skill): tool switcher for llm node 2026-01-29 01:21:18 +08:00
tool_access_policy.py refactor(tool-access): rename ToolKey to ToolDescription and update ToolAccessPolicy to use mappings for allowed tools and credentials 2026-01-27 15:14:12 +08:00
tool_dependencies.py feat(skill): tool switcher for llm node 2026-01-29 01:21:18 +08:00