dify/api/core/workflow/graph_engine
Novice cccff6768a
Merge commit '9c339239' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/README.md
#	api/controllers/console/app/workflow_draft_variable.py
#	api/core/agent/cot_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/prompt/advanced_prompt_transform.py
#	api/core/workflow/nodes/base/node.py
#	api/core/workflow/nodes/llm/llm_utils.py
#	api/core/workflow/nodes/llm/node.py
#	api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
#	api/core/workflow/nodes/question_classifier/question_classifier_node.py
#	api/core/workflow/runtime/graph_runtime_state.py
#	api/extensions/storage/base_storage.py
#	api/factories/variable_factory.py
#	api/pyproject.toml
#	api/services/variable_truncator.py
#	api/uv.lock
#	web/app/account/oauth/authorize/page.tsx
#	web/app/components/app/configuration/config-var/config-modal/field.tsx
#	web/app/components/base/alert.tsx
#	web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx
#	web/app/components/base/chat/chat/answer/more.tsx
#	web/app/components/base/chat/chat/answer/operation.tsx
#	web/app/components/base/chat/chat/answer/workflow-process.tsx
#	web/app/components/base/chat/chat/citation/index.tsx
#	web/app/components/base/chat/chat/citation/popup.tsx
#	web/app/components/base/chat/chat/citation/progress-tooltip.tsx
#	web/app/components/base/chat/chat/citation/tooltip.tsx
#	web/app/components/base/chat/chat/question.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/view-form-dropdown.tsx
#	web/app/components/base/markdown-blocks/form.tsx
#	web/app/components/base/prompt-editor/plugins/hitl-input-block/component-ui.tsx
#	web/app/components/base/tag-management/panel.tsx
#	web/app/components/base/tag-management/trigger.tsx
#	web/app/components/header/account-setting/index.tsx
#	web/app/components/header/account-setting/members-page/transfer-ownership-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/provider-added-card/index.tsx
#	web/app/signin/utils/post-login-redirect.ts
#	web/eslint-suppressions.json
#	web/package.json
#	web/pnpm-lock.yaml
2026-03-23 09:00:45 +08:00
..
command_channels refactor(workflow): inject redis into graph engine manager (#32622) 2026-02-27 13:29:52 +08:00
command_processing feat(graph-engine): add command to update variables at runtime (#30563) 2026-01-05 16:47:34 +08:00
domain feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
entities refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
event_management Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 17:00:56 +08:00
graph_traversal fix: workflow incorrectly marked as completed while nodes are still executing (#30251) 2025-12-31 10:45:43 +08:00
layers refactor(graph_engine): move observability layer and persistence laye… (#31620) 2026-01-28 00:54:21 +08:00
orchestration revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +08:00
protocols feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
ready_queue chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
response_coordinator feat: extend NodeRunStreamChunkEvent with additional model metadata fields 2026-03-06 17:21:55 +08:00
worker_management revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +08:00
__init__.py refactor(graph_engine): Add a Config class for graph engine. (#31663) 2026-01-28 19:57:55 +08:00
_engine_utils.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
config.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
error_handler.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
graph_engine.py revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +08:00
graph_state_manager.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
manager.py refactor(workflow): inject redis into graph engine manager (#32622) 2026-02-27 13:29:52 +08:00
worker.py revert(graph-engine): rollback stop-event unification (#32789) 2026-03-01 19:43:05 +08:00