dify/api/core/sandbox
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
..
bash refactor(skill): transition from artifact set to bundle structure 2026-01-22 20:25:28 +08:00
entities refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
initializer refactor(skill): transition from artifact set to bundle structure 2026-01-22 20:25:28 +08:00
storage feat(sandbox): enhance sandbox initialization with draft support and asset management 2026-01-20 19:45:04 +08:00
utils feat(sandbox): add AppAssetsInitializer and refactor VMFactory to VMBuilder 2026-01-15 00:13:52 +08:00
__init__.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
builder.py feat: introduce attribute management system for sandbox 2026-01-22 17:26:09 +08:00
manager.py chore: update binary files and refactor LLMNode skill compilation 2026-01-22 18:52:52 +08:00
sandbox.py feat: introduce attribute management system for sandbox 2026-01-22 17:26:09 +08:00