dify/api/core/workflow/nodes
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
..
agent fix: non-auto variable type params of agent node tool are not correctly parsed (#31128) 2026-01-22 16:13:10 +08:00
answer
base Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-22 22:40:32 +08:00
code
command refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
datasource
document_extractor
end
http_request refactor(http_request_node): apply DI for http request node (#30509) 2026-01-14 14:19:48 +08:00
human_input
if_else
iteration refactor: Move workflow node factory to app workflow (#31385) 2026-01-22 18:08:21 +08:00
knowledge_index
knowledge_retrieval
list_operator
llm refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
loop refactor: Move workflow node factory to app workflow (#31385) 2026-01-22 18:08:21 +08:00
parameter_extractor feat: agent add context 2026-01-16 11:47:55 +08:00
question_classifier feat: agent add context 2026-01-16 11:47:55 +08:00
start
template_transform
tool refactor: rename mention node to nested_node for generic sub-graph support 2026-01-22 13:15:13 +08:00
trigger_plugin
trigger_schedule
trigger_webhook
variable_aggregator
variable_assigner
__init__.py
node_mapping.py
protocols.py refactor(http_request_node): apply DI for http request node (#30509) 2026-01-14 14:19:48 +08:00