mirror of
https://github.com/langgenius/dify.git
synced 2026-08-07 23:16:41 +08:00
- 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. |
||
|---|---|---|
| .. | ||
| agent | ||
| answer | ||
| base | ||
| code | ||
| command | ||
| datasource | ||
| document_extractor | ||
| end | ||
| http_request | ||
| human_input | ||
| if_else | ||
| iteration | ||
| knowledge_index | ||
| knowledge_retrieval | ||
| list_operator | ||
| llm | ||
| loop | ||
| parameter_extractor | ||
| question_classifier | ||
| start | ||
| template_transform | ||
| tool | ||
| trigger_plugin | ||
| trigger_schedule | ||
| trigger_webhook | ||
| variable_aggregator | ||
| variable_assigner | ||
| __init__.py | ||
| node_mapping.py | ||
| protocols.py | ||