Commit Graph

342 Commits (75d4e519fcd90fa3b25746e3e7a5fe36a67dff44)

Author SHA1 Message Date
Joel 75d4e519fc chore: loop false can run 7 months ago
Joel cf63926e16 chore: assigner node 7 months ago
Joel 14eb5b7930 feat: list operator support bool 7 months ago
Joel 544ebde054 chore: if bool value problem 7 months ago
Joel 6012ad57ac feat: code support boolean 7 months ago
Joel 70f6d8b42a main 7 months ago
yijq eb06de0921
refactor: Modify the triggering method of the variable selector in the modification object subtree panel(#22237) (#22238) 7 months ago
lyzno1 b5599b2945
fix: prevent panel width localStorage pollution during viewport compression (#22745) (#22747) 7 months ago
Novice 17a8f1a0f1
fix: avoid using node_data.version for judgement tool node version (#22462)
Co-authored-by: JzoNg <jzongcode@gmail.com>
7 months ago
mudiko d37b6716cd
Fix #22508 (#22590) 7 months ago
znn 3826b57424
remove node-info for non mcp (#22595) 7 months ago
Kalo Chin 7a69b57823
Fix jinja2 variable naming inconsistencies (#22578) 7 months ago
Maries a4ef900916
Support OAuth Integration for Plugin Tools (#22550)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
7 months ago
znn 3cfba9e47b
updating icon (#22485) 7 months ago
Chieh Wang 30aa052a57
feat: Add Citations and Attributions to Agent Node (#18558)
Co-authored-by: oneness0 <2902216407@qq.com>
Co-authored-by: Novice <novice12185727@gmail.com>
7 months ago
Minamiyama 66cc1b4308
feat(variable-list): add drag-and-drop functionality for variables in code node (#22127) 7 months ago
QuantumGhost 2c1ab4879f
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025)
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025)

This PR addresses serialization issues in the VariablePool model by separating the `value_type` tags for `IntegerSegment`/`FloatSegment` and `IntegerVariable`/`FloatVariable`. Previously, both Integer and Float types shared the same `SegmentType.NUMBER` tag, causing conflicts during serialization.

Key changes:
- Introduce distinct `value_type` tags for Integer and Float segments/variables
- Add `VariableUnion` and `SegmentUnion` types for proper type discrimination
- Leverage Pydantic's discriminated union feature for seamless serialization/deserialization
- Enable accurate serialization of data structures containing these types

Closes #22024.
7 months ago
Kerwin Bryant 229b4d621e
Improve Tooltip UX by enabling delay by default (#21383) 7 months ago
yolofit 0dee41c074
fix: When var value changed, PromptEditor should be reset (#22219) 7 months ago
GuanMu b803eeb528
fix: Update condition items to support variable type acquisition (#22414) 7 months ago
GuanMu d427088ab5
fix: remove PickerPanel padding (#22419) 7 months ago
suntp 88537991d6
fix: Metadata filtering with Manual option in Agent mode does not take effect when specifying input variables. (#20362) 7 months ago
HyaCinth 8b1f428ead
Chore: Replace lodash/noop with lodash-es/noop (#22331) 7 months ago
Minamiyama 016ff0feae
fix(ui): prevent var icon hidden when only one var in list of start node (#22290) 7 months ago
非法操作 aa6cad5f1d
fix: tool's model selector and app selector not work (#22291) 7 months ago
yolofit 817071e448
fix: iteration itemType support conversation var (#22220) (#22236) 7 months ago
GuanMu f193e9764e
fix: Optimize the workspace panel width calculation (#22195) 7 months ago
Minamiyama 5f9628e027
feat(workflow): add drag-and-drop support for variable list items for start node (#22150) 7 months ago
Joel 11f9a897e8
chore: fix schema editor can not hover item (#22155) 7 months ago
Joel 5375d9bb27
feat: the frontend part of mcp (#22131)
Co-authored-by: jZonG <jzongcode@gmail.com>
Co-authored-by: Novice <novice12185727@gmail.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
7 months ago
Minamiyama a9cc19f530
feat(question-classifier): add drag-and-drop sorting for topics list (#22066)
Co-authored-by: crazywoola <427733928@qq.com>
7 months ago
Davide Delbianco 1885426421
feat: Allow to change SSL verify in HTTP Node (#22052)
Co-authored-by: crazywoola <427733928@qq.com>
7 months ago
Minamiyama 3643ed1014
Feat: description field for env variables (#21556) 7 months ago
Joel b5782fff8f feat: basic chat app support bool 7 months ago
Joel f2dfb5363f feat: one step run support boolean 7 months ago
Joel fc0dea5647 feat: workflow debug add bool 7 months ago
Davide Delbianco 816210d744
Expose LLM usage in workflows (#21766)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
7 months ago
Joel fcf0ae4c85 feat: extract parameter support bool 7 months ago
Joel 9ac629bcf5 feat: if node support bool 7 months ago
Joel 79bdb22f79 feat: loop termin support bool 7 months ago
Minamiyama f925869f61
fix(variable): ensure unique variable names in var-list (#22038) 7 months ago
Joel b72d977871 feat: loop var support bool type 7 months ago
Minamiyama a4bdeba60d
feat(question-classifier): add instanceId to class-item editor (#22002) 7 months ago
Minamiyama 71385d594d
fix(variables): Improve `getNodeUsedVars` implementation details (#21987) 7 months ago
Minamiyama c48b32c9e3
ENH(ui): enhance check list (#21932)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
heyszt a201e9faee
feat: Add Aliyun LLM Observability Integration (#21471) 7 months ago
Joel 6ff18d13e6 feat: struct output boolean 7 months ago
Joel 1094b3da23 feat: add var type 7 months ago
Joel 77aa35ff15 feat: add boolean type 7 months ago
Minamiyama 317d287458
fix(loop-variables): validate variable name input (#21888) 7 months ago