Commit Graph

677 Commits (ab775bce269859887c657c55d741d05506680ebb)

Author SHA1 Message Date
twwu 5b2c99e183 Merge branch 'main' into feat/rag-2 10 months ago
Harry 0ac5c0bf3e feat: refactor OAuth provider handling and improve provider name generation 10 months ago
-LAN- 460a825ef1
refactor: decouple Node and NodeData (#22581)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
10 months ago
-LAN- 1715dd4320
refactor: Fix some type error (#22594)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Harry 3388e83920 Merge remote-tracking branch 'origin/main' into feat/rag-2
# Conflicts:
#	.github/workflows/build-push.yml
#	web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
10 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>
10 months ago
zxhlyh 01566035e3 merge main 10 months ago
jyong cc96b7f507 r2 transform 10 months ago
jyong ad7650e724 r2 transform 10 months ago
jyong 761ea0eedb r2 transform 10 months ago
zyssyz123 a4f421028c
Feat/change user email (#22213)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
10 months ago
yihong d2933c2bfe
fix: drop dead code phase2 unused class (#22042)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
10 months ago
jyong a39d7e1f85 r2 transform 10 months ago
jyong aaa5b0e295 r2 transform 10 months ago
qfl bdb9f29948
feat(app): support custom max_active_requests per app (#22073) 10 months ago
jyong c660c98b04 r2 transform 10 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.
10 months ago
jyong 675ff9bd7d r2 transform 10 months ago
jyong 6363ecef97 r2 transform 10 months ago
jyong 384073f025 r2 transform 10 months ago
jyong 2012ea3213 r2 transform 10 months ago
jyong 1ad73ccdc8 r2 10 months ago
jyong 96484731a2 r2 10 months ago
jyong 537e535d9a r2 10 months ago
jyong 3a3b60bab5 r2 10 months ago
jyong 63111e8050 r2 10 months ago
jyong a919e3e135 r2 10 months ago
jyong 4b9a5a66c1 r2 10 months ago
-LAN- 6eb155ae69
feat(api/repo): Allow to config repository implementation (#21458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
10 months ago
twwu 682b65034c Merge branch 'main' into feat/rag-2 10 months ago
znn 1b26f9a4c6
fixing Enum part in backend and making it same as front end (#22296) 10 months ago
Bowen Liang e7388779a1
chore: bump ruff to 0.12.x (#22259) 10 months ago
jyong 9c4356e9a1 r2 10 months ago
jyong 3b70f8ac08 r2 10 months ago
Garden12138 2a85f28963
fix:Fixed the problem of plugin installation failure caused by incons… (#22156) 10 months ago
诗浓 e576b989b8
feat(tool): add support for API key authentication via query parameter (#21656) 10 months ago
NeatGuyCoding f929bfb94c
minor fix: remove duplicates, fix typo, and add restriction for get mcp server (#22170)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
10 months ago
Yeuoly 94a13d7d62
feat: add support for dark icons in provider and tool entities (#22081) 10 months ago
Novice 535fff62f3
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
10 months ago
NeatGuyCoding 6f8c7a66c8
feat: add redis fallback mechanism #21043 (#21044)
Co-authored-by: tech <cto@sb>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
twwu e2a141b3bb Merge branch 'main' into feat/rag-2 10 months ago
-LAN- 4cb50f1809
feat(libs): Introduce `extract_tenant_id` (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
jyong bd33b9ffec r2 10 months ago
jyong b538eee5dd r2 10 months ago
twwu 9e44f2b805 Merge branch 'main' into feat/rag-2 10 months ago
jyong b5e4ce6c68 r2 10 months ago
jyong bc1a517a97 r2 10 months ago
heyszt a201e9faee
feat: Add Aliyun LLM Observability Integration (#21471) 11 months ago
jyong 76c418c0b7 r2 11 months ago
NeatGuyCoding ebc4fdc4b2
moving the `MessageStatus` class from the `models.model` module to `models.enums` module (#21867)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
11 months ago