dify/api/core/workflow/graph_engine
jyong d4aed3df5c Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
#	api/core/memory/token_buffer_memory.py
#	api/core/rag/extractor/notion_extractor.py
#	api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
#	api/core/variables/variables.py
#	api/core/workflow/graph/graph.py
#	api/core/workflow/graph_engine/entities/event.py
#	api/services/dataset_service.py
#	web/app/components/app-sidebar/index.tsx
#	web/app/components/base/tag-management/selector.tsx
#	web/app/components/base/toast/index.tsx
#	web/app/components/datasets/create/website/index.tsx
#	web/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx
#	web/app/components/workflow/header/version-history-button.tsx
#	web/app/components/workflow/hooks/use-inspect-vars-crud-common.ts
#	web/app/components/workflow/hooks/use-workflow-interactions.ts
#	web/app/components/workflow/panel/version-history-panel/index.tsx
#	web/service/base.ts
2025-09-03 15:01:06 +08:00
..
command_channels chore: improve typing 2025-08-30 16:35:57 +08:00
command_processing refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00
domain chore(graph_engine): Use `XXX | None` instead of `Optional[XXX]` 2025-08-28 04:59:49 +08:00
entities Merge branch 'main' into feat/rag-2 2025-08-29 11:29:51 +08:00
error_handling refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00
event_management chore(graph_engine): Add a TODO commment in `_update_response_outputs` in event_handlers 2025-09-02 15:20:03 +08:00
graph_traversal refactor(graph_engine): Merge branch_handler into edge_processor 2025-09-01 12:53:06 +08:00
layers chore: improve typing 2025-08-30 16:35:57 +08:00
orchestration refactor(graph_engine): Merge event_collector and event_emitter into event_manager 2025-09-01 13:15:58 +08:00
protocols chore(graph_engine): Move error_strategy.py to protocols/ 2025-08-28 04:29:32 +08:00
response_coordinator Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-09-03 15:01:06 +08:00
state_management refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00
worker_management refactor(graph_engine): Merge branch_handler into edge_processor 2025-09-01 12:53:06 +08:00
__init__.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
graph_engine.py [CHORE]: remove redundant-cast (#24807) 2025-09-01 14:05:32 +08:00
manager.py chore(graph_engine): add final mark to classes 2025-08-28 15:38:35 +08:00
worker.py refactor(graph_engine): Correct private attributes and private methods naming 2025-09-01 04:37:23 +08:00