Novice
946d39af74
Merge branch 'feat/mcp' into deploy/dev
2025-05-28 13:56:26 +08:00
Novice
2e4dfbd60f
fix: redirect url change
2025-05-28 13:55:26 +08:00
Novice
1a7242abd4
Merge branch 'main' into feat/mcp
2025-05-28 09:37:55 +08:00
Novice
c7cb3770a4
feat: agent node add mcp tools
2025-05-28 09:26:14 +08:00
-LAN-
f233a64eb5
fix(workflow): fetch user failed when workflow run in parallel mode ( #20321 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 22:41:07 +08:00
AichiB7A
2b81b6673f
[Observability] Add type check and try-except in otel ( #20319 )
2025-05-27 21:17:45 +08:00
-LAN-
4c46f04d77
fix: Enhances tenant ID handling in telemetry ( #20304 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 17:44:40 +08:00
-LAN-
fe01de5667
chore(*): Bump version to 1.4.1 ( #20275 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 15:32:59 +08:00
-LAN-
275b042998
chore(remove_app_and_related_data_task): Revert _delete_app_workflow_node_executions
( #20278 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 14:58:08 +08:00
rouxiaomin
4c4887c5fc
feat(qdrant):add replication_factor when create collection in qdrant ( #20133 )
...
Co-authored-by: 刘敏 <min.liu@tongdun.net>
2025-05-27 14:46:04 +08:00
Mio Inamijima
0ebaba98f0
fix: dataset permission check for partial team members ( #19249 ) ( #20242 )
...
Co-authored-by: MioINAMIJIMA <m.inamijima@optimaize-consulting.com>
2025-05-27 14:33:11 +08:00
-LAN-
d3bfcd498b
fix: Refactor web reader to use readabilipy ( #19789 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 14:17:32 +08:00
-LAN-
9c9d3d7bd0
feat: document extractor chardet encoding ( #20269 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 13:27:46 +08:00
Novice
e237bc09b8
Merge branch 'feat/mcp' into deploy/dev
2025-05-27 13:15:25 +08:00
Novice
41bbcb9540
feat: upgrade streamable http client
2025-05-27 13:14:51 +08:00
Good Wood
756f35f480
feat: add pagination for plugin page ( #20151 )
2025-05-27 12:54:52 +08:00
-LAN-
55503ce771
fix: persist workflow execution status on partial success and failure ( #20264 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 11:24:08 +08:00
Dongyu Li
c57726a587
fix[cve]: update qdrant-client from 1.7.3 to 1.9.0 ( #20231 )
2025-05-27 11:08:26 +08:00
-LAN-
b357eca307
fix: Copy request context and current user in app generators. ( #20240 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-27 10:56:23 +08:00
非法操作
acd4b9a8ac
fix: not save workflow_run_id of chatflow message ( #20257 )
2025-05-27 10:43:22 +08:00
-LAN-
f21e6e03a3
refactor: Consolidate Flask-Login Authentication Logic ( #20235 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-26 18:22:01 +08:00
Good Wood
6f982eb7e4
feat: add author_name for app list card ( #16900 )
...
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-05-26 18:20:53 +08:00
cooper.wu
2cad98f01f
fix : #18132 when deepseek llm model, auto_generate name can't work ( #18646 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-05-26 18:04:52 +08:00
Heyang Wang
b9b5d43dc6
fix: add 'floatfmt' when extract number from excel ( #20153 ) ( #20193 )
...
Co-authored-by: wangheyang <wangheyang@corp.netease.com>
Co-authored-by: crazywoola <427733928@qq.com>
2025-05-26 16:41:57 +08:00
QuantumGhost
a7bfe67797
Merge branch 'feat/variable-pool-rebased' into deploy/dev
2025-05-26 14:23:55 +08:00
QuantumGhost
f1fd05ccda
test(api): Add some tests for DraftVariable related code
2025-05-26 14:23:34 +08:00
QuantumGhost
4cf9d23069
feat(api): Add some utility functions for working with generators
2025-05-26 14:22:57 +08:00
QuantumGhost
3b45b87d02
fix(api): Fix input variable handling for Start
node.
2025-05-26 14:22:30 +08:00
QuantumGhost
defe8fea63
feat(api): Implement VariableLoader in DraftVarLoader
.
...
Use DraftVarLoader to load required variables when single stepping a
node.
2025-05-26 14:21:21 +08:00
QuantumGhost
141f9b4d51
feat(api): Introduce a VariableLoader interface.
...
The `VariableLoader` interface is used to load referenced variables
when running a single node.
2025-05-26 14:17:15 +08:00
QuantumGhost
0984f580a3
feat(api): Implement variable mapping extraction for IfElseNode
...
This allows us to extract referenced variables from `IfElseNode` configurations.
2025-05-26 14:10:58 +08:00
QuantumGhost
865dd4869c
docs(api): Add documentation for extract_variable_selector_to_variable_mapping
...
Add a detail description about the arguments and
the return value of
`BaseNode.extract_variable_selector_to_variable_mapping`.
2025-05-26 14:08:51 +08:00
QuantumGhost
036f0eba2c
fix(api): Fix incorrect handling of Variable
types in VariablePool
2025-05-26 14:05:56 +08:00
QuantumGhost
5cfd60ca0f
docs(api): Add a documentation about equality of FloatSegment
2025-05-26 14:04:30 +08:00
Novice
1fd4839eca
temp
2025-05-23 18:12:47 +08:00
QuantumGhost
580d134a22
fix(api): fix internal server error while publishing workflow
2025-05-23 16:49:02 +08:00
Novice
0635e41500
chore: handle migration
2025-05-23 13:49:04 +08:00
Novice
3db3b939a6
Merge branch 'feat/mcp' into deploy/dev
2025-05-23 13:48:37 +08:00
Novice
8464ad0b35
fix: add model
2025-05-23 13:41:03 +08:00
QuantumGhost
865ca09a7f
Merge branch 'feat/variable-pool-rebased' into deploy/dev
2025-05-23 10:25:30 +08:00
QuantumGhost
35b4d2c499
fix(api): Fix incorrect variable name for sys var.
2025-05-23 10:24:00 +08:00
QuantumGhost
be098dee35
feat(api): implement draft var related api
2025-05-23 10:24:00 +08:00
QuantumGhost
0f7ea8d5fa
feat(api): save output variables to draft variables while debugging workflow
2025-05-23 10:24:00 +08:00
QuantumGhost
25b4a96aed
feat(api): add a version
class method to BaseNode and subclasses
...
This ensures that we can get the version of node while executing.
Add `node_version` to `BaseNodeEvent` to ensure that all node
related events includes node version information.
2025-05-23 10:23:59 +08:00
QuantumGhost
392ad17497
feat(api): Save output variables as draft variables in single stepping
2025-05-23 10:23:59 +08:00
QuantumGhost
f3fc3cf530
feat(api): Save output variables as draft variables in single stepping
2025-05-23 10:23:59 +08:00
QuantumGhost
ecaf4b0e51
feat(api): Implement WorkflowDraftService
2025-05-23 10:23:59 +08:00
QuantumGhost
8940c388d6
feat(api): add an API to retrieve the last execution of a given node.
2025-05-23 10:23:59 +08:00
Novice
e42831335d
fix: add icon
2025-05-23 10:22:32 +08:00
非法操作
9b1dc1de7a
fix: system file upload can't export custom file types ( #20122 )
2025-05-22 22:29:27 +08:00