dify/api/tests
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
..
fixtures refactor: rename mention node to nested_node for generic sub-graph support 2026-01-22 13:15:13 +08:00
integration_tests refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_containers_integration_tests refactor(db): enforce non-null message annotation questions (#27915) 2026-01-22 16:13:10 +08:00
unit_tests refactor(skill): transition from artifact set to bundle structure 2026-01-22 20:25:28 +08:00
__init__.py Initial commit 2023-05-15 08:51:32 +08:00