jyong
|
56fc9088dd
|
add recommended rag plugin endpoint
|
2 月之前 |
jyong
|
826b9d5b21
|
add recommended rag plugin endpoint
|
2 月之前 |
jyong
|
633de2cb47
|
add recommended rag plugin endpoint
|
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 月之前 |
QuantumGhost
|
e2ae89e08d
|
fix(tests): fix broken tests and linter issues
|
2 月之前 |
QuantumGhost
|
6b9d2e98b9
|
feat(api): Implement truncation for WorkflowNodeExecution
|
2 月之前 |
jyong
|
3c0adfb48a
|
fix chunk format
|
2 月之前 |
jyong
|
5cf795f2b8
|
fix preview run
|
2 月之前 |
jyong
|
5b4335c4b5
|
fix preview run
|
2 月之前 |
jyong
|
39080eed10
|
fix preview run
|
2 月之前 |
Will
|
c4496e6cf2
|
chore: use DataFrame.map instead of deprecated DataFrame.applymap (#24726)
|
2 月之前 |
jyong
|
64772fb413
|
fix preview run
|
2 月之前 |
-LAN-
|
bfbb36756a
|
feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
d7e0c5f759
|
chore: use 'XXX | None' instead of Optional[XXX] in graph.py
|
2 月之前 |
jyong
|
a9f7ee029e
|
fix preview run
|
2 月之前 |
-LAN-
|
c396788128
|
chore(graph_engine): add final mark to classes
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
湛露先生
|
5c01dd97e8
|
clean typos words. (#24667)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
|
2 月之前 |
-LAN-
|
e3a7b1f691
|
fix: type hints
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
8aab7f49c3
|
chore(graph_engine): Use `XXX | None` instead of `Optional[XXX]`
|
2 月之前 |
autofix-ci[bot]
|
1e12c1cbf2
|
[autofix.ci] apply automated fixes
|
2 月之前 |
-LAN-
|
affedd6ce4
|
chore(graph_engine): Use `XXX | None` instead of `Optional[XXX]`
|
2 月之前 |
-LAN-
|
ef21097774
|
refactor(graph_engine): Remove unnecessary check from SkipPropagator
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
1d377fe994
|
refactor(graph_engine): Use _ to mark unused variable in BranchHandler
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
c82697f267
|
refactor(graph_engine): Remove `node_id` from SkipPropagator.skip_branch_paths
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
98b25c0bbc
|
refactor(graph_engine): Convert attrs to private in error_handler
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
1cd0792606
|
chore(graph_events): Improve type hints
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
7cbf4093f4
|
chore(graph_engine): Use `TYPE | None` instead of `Optional`
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
8129ca7c05
|
chore(graph_engine): Move error_strategy.py to protocols/
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
-LAN-
|
65617f000d
|
feat(event_collector): Update to use ReadWriteLock
|
2 月之前 |
-LAN-
|
55085a9ca2
|
chore(graph_engine): add type hint for event_queue
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
jyong
|
4403a26f37
|
merge new graph engine
|
2 月之前 |
jyong
|
90d72f5ddf
|
merge new graph engine
|
2 月之前 |
autofix-ci[bot]
|
48cbf4c78f
|
[autofix.ci] apply automated fixes
|
2 月之前 |
-LAN-
|
8c35663220
|
feat: queue-based graph engine
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
QuantumGhost
|
421a3284bc
|
fix(api): fix incorrectly handling of `array[boolean]` constant in loop node (#24619)
|
2 月之前 |
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>
|
2 月之前 |
-LAN-
|
726c429772
|
fix: handle non-array segment types in Loop node (#24590)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2 月之前 |
Joel
|
dac72b078d
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2 月之前 |
jiangbo721
|
1d776c4cd0
|
feat: If combining text and files, place the text prompt after the fi… (#24472)
|
2 月之前 |
jyong
|
4fc498bd48
|
fix
|
2 月之前 |
Qiang Lee
|
b84bb4164f
|
fix: #24292 HTTP Request Node Unable to Access File from Start Node When Using Remote URL in Workflow API Call (#24293)
Co-authored-by: 李强04 <liqiang04@gaotu.cn>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 月之前 |
-LAN-
|
2e47558f4b
|
fix: correct agent node token counting to properly separate prompt and completion tokens (#24368)
|
2 月之前 |
Davide Delbianco
|
0a2111f33d
|
Expose agent node usage (#24355)
|
2 月之前 |
-LAN-
|
da9af7b547
|
[Chore/Refactor] Use centralized naive_utc_now for UTC datetime operations (#24352)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2 月之前 |
AuditAIH
|
2a43e634e8
|
Update knowledge_retrieval_node.py (#24111)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 月之前 |
Asuka Minato
|
c5614d04d2
|
an example of sessionmaker (#24246)
|
2 月之前 |
Yongtao Huang
|
106ab7f2a8
|
Fix: safe defaults for BaseModel dict fields (#24098)
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 月之前 |
Guangdong Liu
|
1abf1240b2
|
refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284)
|
2 月之前 |
Amy
|
738aaee101
|
fix(api):Fix the issue of empty and not empty operations failing in k… (#24276)
Co-authored-by: liumin <min.liu@tongdun.net>
|
2 月之前 |
baonudesifeizhai
|
ea066f891f
|
fix: loop exit condition accepts variables from nodes inside the loop #24183: (#24257)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2 月之前 |