dify/api/core/sandbox/initializer
Harry a43efef9f0 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 22:46:57 +08:00
..
__init__.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
app_assets_attrs_loader.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
app_assets_initializer.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
base.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
dify_cli_initializer.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
draft_app_assets_initializer.py feat: refactor initializers to support async and sync execution 2026-01-22 19:54:54 +08:00
skill_initializer.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00