dify/api/core/app_assets
Harry d8f4eddc4c refactor(skill): transition from artifact set to bundle structure
- Replaced SkillArtifactSet with SkillBundle across various components, enhancing the organization of skill dependencies and references.
- Updated SkillManager methods to load and save bundles instead of artifacts, improving clarity in asset management.
- Refactored SkillCompiler to compile skills into bundles, streamlining the dependency resolution process.
- Adjusted DifyCli and SandboxBashSession to utilize ToolDependencies, ensuring consistent handling of tool references.
- Introduced AssetReferences for better management of file dependencies within skill bundles.
2026-01-22 20:25:28 +08:00
..
builder refactor(skill): transition from artifact set to bundle structure 2026-01-22 20:25:28 +08:00
entities feat(skill-compiler): skill compiler 2026-01-22 13:41:21 +08:00
packager feat: parallelize asset packing 2026-01-21 16:23:44 +08:00
parser feat(skill-compiler): skill compiler 2026-01-22 13:41:21 +08:00
__init__.py feat(sandbox): enhance sandbox management and tool artifact handling 2026-01-22 17:26:09 +08:00
constants.py feat: introduce attribute management system for sandbox 2026-01-22 17:26:09 +08:00
paths.py feat(sandbox): enhance sandbox management and tool artifact handling 2026-01-22 17:26:09 +08:00