jyong
|
fd3b55cc16
|
fix preview and recommend plugins
|
2025-09-03 18:09:56 +08:00 |
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 |
-LAN-
|
f6acff4cce
|
chore: remove unused variables
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 12:12:27 +08:00 |
-LAN-
|
b81745aed8
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 11:56:05 +08:00 |
-LAN-
|
9d5956cef8
|
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 11:52:26 +08:00 |
-LAN-
|
77a9a73d0d
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 01:33:17 +08:00 |
jyong
|
7ace7e65e1
|
fix preview and recommend plugins
|
2025-09-02 16:44:18 +08:00 |
Bowen Liang
|
7b379e2a61
|
chore: apply ty checks on api code with script and ci action (#24653)
|
2025-09-02 16:05:13 +08:00 |
-LAN-
|
1770b93e5b
|
chore(graph_engine): Add a TODO commment in `_update_response_outputs` in event_handlers
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-02 15:20:03 +08:00 |
-LAN-
|
d8ff4aa9ba
|
feat(graph_engine): Handle NodeRunAgentLogEvent
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-02 15:02:07 +08:00 |
-LAN-
|
9f8f21bf87
|
chore: remove backup files
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-02 15:01:58 +08:00 |
-LAN-
|
a32dde5428
|
Fix: Resolve workflow_node_execution primary key conflicts with UUID v7 (#24643)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 14:18:29 +08:00 |
jyong
|
56fc9088dd
|
add recommended rag plugin endpoint
|
2025-09-02 11:56:05 +08:00 |
-LAN-
|
0b0dc63f29
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-02 11:52:25 +08:00 |
Yongtao Huang
|
be3af1e234
|
Migrate SQLAlchemy from 1.x to 2.0 with automated and manual adjustments (#23224)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 10:30:19 +08:00 |
jyong
|
826b9d5b21
|
add recommended rag plugin endpoint
|
2025-09-01 20:41:14 +08:00 |
jyong
|
633de2cb47
|
add recommended rag plugin endpoint
|
2025-09-01 20:12:27 +08:00 |
QuantumGhost
|
89ec13ec67
|
fix(api): fix ToolNode._extract_variable_selector_to_variable_mapping
The original selector syntax does not match our current implementation
for injecting user inputs into VariablePool.
|
2025-09-01 18:11:33 +08:00 |
Frederick2313072
|
5b3cc560d5
|
fix:hard-coded top-k fallback issue. (#24879)
|
2025-09-01 15:46:37 +08:00 |
QuantumGhost
|
e2ae89e08d
|
fix(tests): fix broken tests and linter issues
|
2025-09-01 14:55:35 +08:00 |
willzhao
|
ffba341258
|
[CHORE]: remove redundant-cast (#24807)
|
2025-09-01 14:05:32 +08:00 |
-LAN-
|
8433cf4437
|
refactor(graph_engine): Merge event_collector and event_emitter into event_manager
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 13:15:58 +08:00 |
-LAN-
|
bb5d52539c
|
refactor(graph_engine): Merge branch_handler into edge_processor
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 12:53:06 +08:00 |
-LAN-
|
88622f70fb
|
refactor(graph_engine): Move setup methods into `__init__`
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 12:08:03 +08:00 |
-LAN-
|
0fdb1b2bc9
|
refactor(graph_engine): Correct private attributes and private methods naming
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 04:37:23 +08:00 |
-LAN-
|
a5cb9d2b73
|
refactor(graph_engine): inline output_registry into response_coordinator
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 03:59:53 +08:00 |
-LAN-
|
64c1234724
|
refactor(graph_engine): Merge worker management into one WorkerPool
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 03:23:47 +08:00 |
-LAN-
|
202fdfcb81
|
refactor(graph_engine): Remove backward compatibility code
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 02:41:16 +08:00 |
-LAN-
|
e2f4c9ba8d
|
refactor(graph_engine): Merge state managers into unified_state_manager
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-01 02:08:08 +08:00 |
Yongtao Huang
|
72acd9b483
|
Remove redundant from_variable_selector null-check (#24842)
|
2025-08-31 17:00:13 +08:00 |
QuantumGhost
|
e9e7d4f3cd
|
Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize
|
2025-08-31 15:17:23 +08:00 |
QuantumGhost
|
6b9d2e98b9
|
feat(api): Implement truncation for WorkflowNodeExecution
|
2025-08-31 13:44:39 +08:00 |
-LAN-
|
82193580de
|
chore: improve typing
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-30 16:35:57 +08:00 |
jyong
|
3c0adfb48a
|
fix chunk format
|
2025-08-29 16:27:22 +08:00 |
-LAN-
|
f2bc4f5d87
|
fix: resolve type error in node_factory by using type guard for node_type_str
|
2025-08-29 16:16:58 +08:00 |
jyong
|
5cf795f2b8
|
fix preview run
|
2025-08-29 14:48:51 +08:00 |
-LAN-
|
dce4d0ff80
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-29 13:22:13 +08:00 |
-LAN-
|
3dee8064ba
|
feat: enhance typing
|
2025-08-29 13:17:02 +08:00 |
jyong
|
d0dd728e6c
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# api/core/app/entities/queue_entities.py
# api/core/workflow/graph_engine/entities/event.py
|
2025-08-29 11:29:51 +08:00 |
jyong
|
5b4335c4b5
|
fix preview run
|
2025-08-28 22:02:22 +08:00 |
jyong
|
39080eed10
|
fix preview run
|
2025-08-28 22:01:49 +08:00 |
Will
|
c4496e6cf2
|
chore: use DataFrame.map instead of deprecated DataFrame.applymap (#24726)
|
2025-08-28 21:13:47 +08:00 |
jyong
|
1db04aa729
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
|
2025-08-28 18:12:49 +08:00 |
jyong
|
64772fb413
|
fix preview run
|
2025-08-28 18:12:27 +08:00 |
-LAN-
|
bfbb36756a
|
feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 16:41:51 +08:00 |
-LAN-
|
d7e0c5f759
|
chore: use 'XXX | None' instead of Optional[XXX] in graph.py
|
2025-08-28 15:45:22 +08:00 |
jyong
|
a9f7ee029e
|
fix preview run
|
2025-08-28 15:39:22 +08:00 |
-LAN-
|
c396788128
|
chore(graph_engine): add final mark to classes
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 15:38:35 +08:00 |
湛露先生
|
5c01dd97e8
|
clean typos words. (#24667)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
|
2025-08-28 15:23:59 +08:00 |
-LAN-
|
e3a7b1f691
|
fix: type hints
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 05:24:18 +08:00 |