-LAN-
8332472944
refactor(graph_engine): rename Layer to GraphEngineLayer
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому
-LAN-
fe3f03e50a
feat: add property-based access control to GraphRuntimeState
- Replace direct field access with private attributes and property decorators
- Implement deep copy protection for mutable objects (dict, LLMUsage)
- Add helper methods: set_output(), get_output(), update_outputs()
- Add increment_node_run_steps() and add_tokens() convenience methods
- Update loop_node and event_handlers to use new accessor methods
- Add comprehensive unit tests for immutability and validation
- Ensure backward compatibility with existing property access patterns
2 місяці тому
Yongtao Huang
db53656a45
Fix jsonschema compliance: use number instead of float (#25049)
Signed-off-by: Yongtao Huang<yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
GuanMu
ff7a0e3170
fix: improve error logging for vector search operation in MyScale (#25087)
2 місяці тому
jyong
e3092837e4
fix file name
2 місяці тому
jyong
5ab3cd7213
fix preview and recommend plugins
2 місяці тому
jyong
49d268d4a3
fix preview and recommend plugins
2 місяці тому
zxhlyh
67cc70ad61
fix: model credential name (#25081)
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
Novice
aa670c8982
fix(datasource): add datasource icon in tracing panel
2 місяці тому
jyong
fd3b55cc16
fix preview and recommend plugins
2 місяці тому
QuantumGhost
0212f0de9f
fix(api): fix workflow execution
2 місяці тому
-LAN-
a384ae9140
Fix advanced chat workflow event handler signature mismatch (#25078)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
dswl23
dabf266048
Fix: handle 204 No Content response in MCP client (#25040)
2 місяці тому
Asuka Minato
462e764a3c
typevar example (#25064)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
非法操作
b673560b92
feat: improve multi model credentials (#25009)
Co-authored-by: Claude <noreply@anthropic.com>
2 місяці тому
-LAN-
f6acff4cce
chore: remove unused variables
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому
-LAN-
9d5956cef8
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому
jyong
e1b6da21f4
fix preview and recommend plugins
2 місяці тому
湛露先生
1fff4620e6
clean console apis and rag cleans. (#25042)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
Novice
d2787dc925
feat: tools add rag tag
2 місяці тому
Yongtao Huang
bc9efa7ea8
Refactor: use DatasourceType.XX.value instead of hardcoded (#25015)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
Will
b5216df4fe
fix: xxx is not bound to a Session (#24966)
2 місяці тому
Yongtao Huang
8fcc864fb7
Post fix of #23224 (#25007)
2 місяці тому
jyong
7ace7e65e1
fix preview and recommend plugins
2 місяці тому
Bowen Liang
7b379e2a61
chore: apply ty checks on api code with script and ci action (#24653)
2 місяці тому
-LAN-
1770b93e5b
chore(graph_engine): Add a TODO commment in `_update_response_outputs` in event_handlers
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому
-LAN-
d8ff4aa9ba
feat(graph_engine): Handle NodeRunAgentLogEvent
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому
-LAN-
9f8f21bf87
chore: remove backup files
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому
湛露先生
deea07e905
make clean() function in index_processor_base abstractmethod (#24959)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
-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>
2 місяці тому
jyong
56fc9088dd
add recommended rag plugin endpoint
2 місяці тому
Novice
ca96350707
chore: optimize SQL queries that perform partial full table scans (#24786)
2 місяці тому
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>
2 місяці тому
Charles Liu
f7ac1192ae
replace the secret field from obfuscated to full-masked value (#24800)
Co-authored-by: charles liu <dearcharles.liu@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
Frederick2313072
2042353526
fix:score threshold (#24897)
2 місяці тому
wlleiiwang
9486715929
FEAT: Tencent Vector optimize BM25 initialization to reduce loading time (#24915)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
2 місяці тому
jyong
826b9d5b21
add recommended rag plugin endpoint
2 місяці тому
jyong
633de2cb47
add recommended rag plugin endpoint
2 місяці тому
耐小心
acd209a890
fix: prevent database connection leaks in chatflow mode by using Session-managed queries (#24656)
Co-authored-by: 王锶奇 <wangsiqi2@tal.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
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.
2 місяці тому
jyong
1103130f81
add recommended rag plugin endpoint
2 місяці тому
jyong
493dae239f
add recommended rag plugin endpoint
2 місяці тому
Frederick2313072
5b3cc560d5
fix:hard-coded top-k fallback issue. (#24879)
2 місяці тому
Asuka Minato
d41d4deaac
example enum to StrEnum (#24877)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 місяці тому
QuantumGhost
e2ae89e08d
fix(tests): fix broken tests and linter issues
2 місяці тому
耐小心
d5a521eef2
fix: Fix database connection leak in EasyUIBasedGenerateTaskPipeline (#24815)
2 місяці тому
木之本澪
60d9d0584a
refactor: migrate marketplace.py from requests to httpx (#24015)
2 місяці тому
willzhao
ffba341258
[CHORE]: remove redundant-cast (#24807)
2 місяці тому
-LAN-
8433cf4437
refactor(graph_engine): Merge event_collector and event_emitter into event_manager
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому
-LAN-
bb5d52539c
refactor(graph_engine): Merge branch_handler into edge_processor
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 місяці тому