dify/api/core/workflow/entities
Novice a883b74272
fix: update core.file imports to core.workflow.file after merge
The File class and related modules were moved from core.file to
core.workflow.file in the sandboxed-agent branch. This commit
updates all remaining references including test mock/patch paths,
Switch component defaultValue→value changes, and account setting
tab constant updates.

Made-with: Cursor
2026-03-19 18:05:55 +08:00
..
__init__.py Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 17:00:56 +08:00
agent.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
graph_config.py refactor(typing): Fixup typing A2 - workflow engine & nodes (#31723) 2026-01-31 18:00:56 +09:00
graph_init_params.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
pause_reason.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
tool_entities.py fix: update core.file imports to core.workflow.file after merge 2026-03-19 18:05:55 +08:00
workflow_execution.py chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
workflow_node_execution.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
workflow_start_reason.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00