-LAN-
|
d7d456349d
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-29 16:14:04 +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 |
NeatGuyCoding
|
d043e1a05a
|
feat: add test containers based tests for workspace service (#24752)
|
2025-08-29 12:10:13 +08:00 |
Yongtao Huang
|
837c0ddacc
|
Chore: remove dead func AppModelConfig.copy() with wrong logic (#24747)
|
2025-08-29 11:38:24 +08:00 |
Bowen Liang
|
39064197da
|
chore: cleanup unnecessary mypy suppressions on imports (#24712)
|
2025-08-28 23:17:25 +08:00 |
Will
|
c4496e6cf2
|
chore: use DataFrame.map instead of deprecated DataFrame.applymap (#24726)
|
2025-08-28 21:13:47 +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 |
-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 |
Eric Guo
|
ecf74d91e2
|
✨fix: has_more logic in ChatMessageListApi to ensure correct on behavior when no more messages are available. (#24661)
|
2025-08-28 15:05:52 +08:00 |
mr0609
|
30f2d756a7
|
fix_trace_config (#24669)
Co-authored-by: renming <renming@renmingdeMacBook-Air.local>
|
2025-08-28 13:54:49 +08:00 |
Charles Zhou
|
0d745c64d8
|
chore: bump supabase and pyjwt versions and added tests (#24681)
|
2025-08-28 13:45:56 +08:00 |
Asuka Minato
|
4adf85d7d4
|
example for rm extra cast (#24646)
|
2025-08-28 09:37:39 +08:00 |
Asuka Minato
|
7995ff1410
|
Typing test (#24651)
|
2025-08-28 09:36:39 +08:00 |
Asuka Minato
|
d2f234757b
|
example try rm ignore (#24649)
|
2025-08-28 09:36:16 +08:00 |
NeatGuyCoding
|
bf34437186
|
Feature add test containers workflow service (#24666)
|
2025-08-28 09:31:29 +08:00 |
Guangdong Liu
|
47f02eec96
|
refactor: Migrate part of the web API module to Flask-RESTX (#24659)
|
2025-08-28 09:22:31 +08:00 |
Guangdong Liu
|
06dd4d6e00
|
feat: migrate part of the web chat module to Flask-RESTX (#24664)
|
2025-08-28 09:21:42 +08:00 |
-LAN-
|
e3a7b1f691
|
fix: type hints
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 05:24:18 +08:00 |
-LAN-
|
8aab7f49c3
|
chore(graph_engine): Use `XXX | None` instead of `Optional[XXX]`
|
2025-08-28 05:09:33 +08:00 |
autofix-ci[bot]
|
1e12c1cbf2
|
[autofix.ci] apply automated fixes
|
2025-08-27 21:00:36 +00:00 |
-LAN-
|
affedd6ce4
|
chore(graph_engine): Use `XXX | None` instead of `Optional[XXX]`
|
2025-08-28 04:59:49 +08:00 |
-LAN-
|
ef21097774
|
refactor(graph_engine): Remove unnecessary check from SkipPropagator
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 04:45:26 +08:00 |
-LAN-
|
1d377fe994
|
refactor(graph_engine): Use _ to mark unused variable in BranchHandler
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 04:44:45 +08:00 |
-LAN-
|
c82697f267
|
refactor(graph_engine): Remove `node_id` from SkipPropagator.skip_branch_paths
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 04:43:56 +08:00 |
-LAN-
|
98b25c0bbc
|
refactor(graph_engine): Convert attrs to private in error_handler
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 04:42:37 +08:00 |
-LAN-
|
1cd0792606
|
chore(graph_events): Improve type hints
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 04:41:48 +08:00 |
-LAN-
|
7cbf4093f4
|
chore(graph_engine): Use `TYPE | None` instead of `Optional`
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 04:30:50 +08:00 |
-LAN-
|
8129ca7c05
|
chore(graph_engine): Move error_strategy.py to protocols/
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 04:29:32 +08:00 |
-LAN-
|
65617f000d
|
feat(event_collector): Update to use ReadWriteLock
|
2025-08-28 03:26:42 +08:00 |
-LAN-
|
635eff2e25
|
test(graph_engine): remove outdated tests
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 02:53:19 +08:00 |
-LAN-
|
55085a9ca2
|
chore(graph_engine): add type hint for event_queue
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 02:38:56 +08:00 |
-LAN-
|
9dc1e9724e
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-28 02:26:40 +08:00 |
Yongtao Huang
|
bb718acadf
|
Fix token expiry miscalculation (#24639)
|
2025-08-27 18:19:58 +08:00 |
Asuka Minato
|
4cd00efe3b
|
add more current_user typing (#24612)
|
2025-08-27 18:19:49 +08:00 |
-LAN-
|
c3f66e2901
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-27 18:05:35 +08:00 |
Yongtao Huang
|
2a29c61041
|
Refactor: replace count() > 0 check with exists() (#24583)
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-08-27 17:46:52 +08:00 |
Guangdong Liu
|
917ed8cf84
|
feat: migrate part of the web API module to Flask-RESTX (#24577)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-27 16:05:22 +08:00 |
autofix-ci[bot]
|
86e7cb713c
|
[autofix.ci] apply automated fixes
|
2025-08-27 07:38:26 +00:00 |
-LAN-
|
0f29244459
|
fix: test
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:37:37 +08:00 |
autofix-ci[bot]
|
48cbf4c78f
|
[autofix.ci] apply automated fixes
|
2025-08-27 15:33:30 +08:00 |
-LAN-
|
8c35663220
|
feat: queue-based graph engine
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:33:28 +08:00 |
-LAN-
|
f04844435f
|
chore: bump version from 1.7.2 to 1.8.0 (#24539)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:20:10 +08:00 |
QuantumGhost
|
421a3284bc
|
fix(api): fix incorrectly handling of `array[boolean]` constant in loop node (#24619)
|
2025-08-27 15:07:01 +08:00 |
湛露先生
|
d4883256f1
|
Fix login tokens and fix task clean_messages create_time. (#24574)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-27 13:32:18 +08:00 |
Guangdong Liu
|
372074edba
|
refactor(http-request): Remove the reflective calls to ssrf_proxy and replace them with explicitly defined dictionary retrievals. (#24596)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-27 13:23:34 +08:00 |
Yongtao Huang
|
826f19e968
|
Chore : rm dead code detected by pylance (#24588)
|
2025-08-27 13:19:40 +08:00 |
Maries
|
c06cfcbb5a
|
fix: tool provider deadlock (#24532)
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
|
2025-08-27 12:27:20 +08:00 |