dify/api/core/sandbox/bash
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
..
__init__.py refactor(sandbox): redesign sandbox_layer & reorganize import paths 2026-01-15 13:22:49 +08:00
bash_tool.py refactor: update session cleanup logic and extend command timeout 2026-01-21 21:19:46 +08:00
dify_cli.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 20:25:28 +08:00
session.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 20:25:28 +08:00
TODO.md feat(skill): skill support 2026-01-20 03:02:34 +08:00