Harry
|
fd2651f5aa
|
refactor: simplify error handling by removing specific exceptions in tool management
|
2025-07-15 23:16:02 +08:00 |
|
Harry
|
22297d0326
|
feat(oauth): add functionality to delete custom OAuth client parameters and verify plugin status
|
2025-07-14 19:58:20 +08:00 |
|
Harry
|
37be099442
|
feat(oauth): update client parameters handling and improve oauth_params parsing
|
2025-07-14 14:43:50 +08:00 |
|
Harry
|
458e44133e
|
feat(oauth): enhance tool provider updates with name validation and include credential ID in agent tools
|
2025-07-13 13:39:21 +08:00 |
|
Harry
|
f9c4897ff3
|
feat(oauth): replace HIDDEN_VALUE with UNKNOWN_VALUE for better credential handling
|
2025-07-13 12:45:56 +08:00 |
|
Harry
|
8fc5ccab35
|
fix(oauth): add error handling for OAuth parameter decryption
|
2025-07-11 22:34:07 +08:00 |
|
Harry
|
5090f63df5
|
feat(tool): update tool provider methods to handle optional credentials and name
|
2025-07-11 22:10:13 +08:00 |
|
Harry
|
31e1261ae2
|
fix(oauth): improve name validation logic for tool providers
|
2025-07-11 21:44:45 +08:00 |
|
Harry
|
ace6e11a6f
|
feat(oauth): implement AES encryption and decryption for system OAuth parameters
|
2025-07-11 21:28:02 +08:00 |
|
Harry
|
adc39f7b0d
|
feat(oauth): enhance OAuth client management and validation
|
2025-07-11 16:28:40 +08:00 |
|
Harry
|
f3bbab0eed
|
Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth
# Conflicts:
# api/controllers/console/workspace/tool_providers.py
# api/core/tools/entities/api_entities.py
# api/core/tools/tool_manager.py
# api/core/tools/utils/configuration.py
# api/services/tools/tools_transform_service.py
|
2025-07-11 13:48:41 +08:00 |
|
 诗浓andGitHub
|
e576b989b8
|
feat(tool): add support for API key authentication via query parameter (#21656)
|
2025-07-11 10:39:20 +08:00 |
|
 NeatGuyCodingandGitHub
|
f929bfb94c
|
minor fix: remove duplicates, fix typo, and add restriction for get mcp server (#22170)
Signed-off-by: neatguycoding <[email protected]>
|
2025-07-11 09:40:17 +08:00 |
|
 YeuolyandGitHub
|
94a13d7d62
|
feat: add support for dark icons in provider and tool entities (#22081)
|
2025-07-10 14:43:31 +08:00 |
|
 
|
535fff62f3
|
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <[email protected]>
|
2025-07-10 14:01:34 +08:00 |
|
Harry
|
f35b8d6245
|
feat(oauth): refactor session management in tool provider operations
|
2025-07-09 14:45:52 +08:00 |
|
Harry
|
ef330fec2c
|
feat(oauth): add credential validation for providers
|
2025-07-09 11:57:31 +08:00 |
|
Harry
|
0dc5bfb2c7
|
feat(oauth): refactor tool encryption utils
|
2025-07-04 17:28:22 +08:00 |
|
Harry
|
eaefa1b7e6
|
feat(oauth): refactor encryption
|
2025-07-04 17:28:13 +08:00 |
|
Harry
|
9f053f3bbc
|
feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency
|
2025-07-04 17:28:09 +08:00 |
|
Harry
|
988a76066d
|
feat(oauth): enhance OAuth client handling and add custom client support
|
2025-07-02 20:19:04 +08:00 |
|
Harry
|
6ef1e017df
|
feat(oauth): add support for retrieving credential info and OAuth client schema
|
2025-07-02 14:58:50 +08:00 |
|
Harry
|
7951a1c4df
|
refactor(tool): implement multi provider credentials support
|
2025-07-02 10:05:18 +08:00 |
|
Harry
|
daec82bd44
|
feat(oauth): refactor tool provider methods and enhance credential handling
|
2025-07-01 12:53:48 +08:00 |
|
Harry
|
ba843c2691
|
feat(oauth): update api
|
2025-06-26 11:59:20 +08:00 |
|
Harry
|
ce4cc54cc9
|
feat(oauth): merge tool oauth and remove sequence number branches
|
2025-06-25 14:51:55 +08:00 |
|
Harry
|
5e7c5863ef
|
refactor(tool oauth): update api implementation
|
2025-06-24 21:07:45 +08:00 |
|
Harry
|
7f292dc261
|
fix: remove debugging flags
|
2025-06-23 12:49:18 +08:00 |
|
Harry
|
b3a8dbe2f5
|
fix: typo
|
2025-06-23 11:20:54 +08:00 |
|
Harry
|
12c20ec7f6
|
feat: plugin OAuth with stateful
|
2025-06-23 10:48:20 +08:00 |
|
 -LAN-andGitHub
|
2440ac43b1
|
fix: Replace GenericProviderID with ToolProviderID (#21064)
Signed-off-by: -LAN- <[email protected]>
|
2025-06-16 17:35:46 +08:00 |
|
 YeuolyandGitHub
|
abafa68647
|
refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876)
|
2025-04-27 14:22:25 +08:00 |
|
 非法操作andGitHub
|
44f911a0a8
|
chore: docstring not match the function parameter (#17162)
|
2025-03-31 13:19:15 +08:00 |
|
 kurokoboandGitHub
|
f2b7df94d7
|
fix: return absolute path as the icon url if CONSOLE_API_URL is empty (#15279)
|
2025-03-10 13:15:06 +08:00 |
|
 YeuolyandGitHub
|
8c9e34133c
|
Fix/disable autoflush in list tools (#14301)
|
2025-02-25 14:52:08 +08:00 |
|
+110        
|
403e2d58b9
|
Introduce Plugins (#13836)
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: -LAN- <[email protected]>
Signed-off-by: xhe <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: takatost <[email protected]>
Co-authored-by: kurokobo <[email protected]>
Co-authored-by: Novice Lee <[email protected]>
Co-authored-by: zxhlyh <[email protected]>
Co-authored-by: AkaraChen <[email protected]>
Co-authored-by: Yi <[email protected]>
Co-authored-by: Joel <[email protected]>
Co-authored-by: JzoNg <[email protected]>
Co-authored-by: twwu <[email protected]>
Co-authored-by: Hiroshi Fujita <[email protected]>
Co-authored-by: AkaraChen <[email protected]>
Co-authored-by: NFish <[email protected]>
Co-authored-by: Wu Tianwei <[email protected]>
Co-authored-by: 非法操作 <[email protected]>
Co-authored-by: Novice <[email protected]>
Co-authored-by: Hiroki Nagai <[email protected]>
Co-authored-by: Gen Sato <[email protected]>
Co-authored-by: eux <[email protected]>
Co-authored-by: huangzhuo1949 <[email protected]>
Co-authored-by: huangzhuo <[email protected]>
Co-authored-by: lotsik <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: nite-knite <[email protected]>
Co-authored-by: Jyong <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: gakkiyomi <[email protected]>
Co-authored-by: CN-P5 <[email protected]>
Co-authored-by: CN-P5 <[email protected]>
Co-authored-by: Chuehnone <[email protected]>
Co-authored-by: yihong <[email protected]>
Co-authored-by: Kevin9703 <[email protected]>
Co-authored-by: -LAN- <[email protected]>
Co-authored-by: Boris Feld <[email protected]>
Co-authored-by: mbo <[email protected]>
Co-authored-by: mabo <[email protected]>
Co-authored-by: Warren Chen <[email protected]>
Co-authored-by: JzoNgKVO <[email protected]>
Co-authored-by: jiandanfeng <[email protected]>
Co-authored-by: zhu-an <[email protected]>
Co-authored-by: zhaoqingyu.1075 <[email protected]>
Co-authored-by: 海狸大師 <[email protected]>
Co-authored-by: Xu Song <[email protected]>
Co-authored-by: rayshaw001 <[email protected]>
Co-authored-by: Ding Jiatong <[email protected]>
Co-authored-by: Bowen Liang <[email protected]>
Co-authored-by: JasonVV <[email protected]>
Co-authored-by: le0zh <[email protected]>
Co-authored-by: zhuxinliang <[email protected]>
Co-authored-by: k-zaku <[email protected]>
Co-authored-by: luckylhb90 <[email protected]>
Co-authored-by: hobo.l <[email protected]>
Co-authored-by: jiangbo721 <[email protected]>
Co-authored-by: 刘江波 <[email protected]>
Co-authored-by: Shun Miyazawa <[email protected]>
Co-authored-by: EricPan <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: sino <[email protected]>
Co-authored-by: Jhvcc <[email protected]>
Co-authored-by: lowell <[email protected]>
Co-authored-by: Boris Polonsky <[email protected]>
Co-authored-by: Ademílson Tonato <[email protected]>
Co-authored-by: Ademílson Tonato <[email protected]>
Co-authored-by: IWAI, Masaharu <[email protected]>
Co-authored-by: Yueh-Po Peng (Yabi) <[email protected]>
Co-authored-by: Jason <[email protected]>
Co-authored-by: Xin Zhang <[email protected]>
Co-authored-by: yjc980121 <[email protected]>
Co-authored-by: heyszt <[email protected]>
Co-authored-by: Abdullah AlOsaimi <[email protected]>
Co-authored-by: Abdullah AlOsaimi <[email protected]>
Co-authored-by: Yingchun Lai <[email protected]>
Co-authored-by: Hash Brown <[email protected]>
Co-authored-by: zuodongxu <[email protected]>
Co-authored-by: Masashi Tomooka <[email protected]>
Co-authored-by: aplio <[email protected]>
Co-authored-by: Obada Khalili <[email protected]>
Co-authored-by: Nam Vu <[email protected]>
Co-authored-by: Kei YAMAZAKI <[email protected]>
Co-authored-by: TechnoHouse <[email protected]>
Co-authored-by: Riddhimaan-Senapati <[email protected]>
Co-authored-by: MaFee921 <[email protected]>
Co-authored-by: te-chan <[email protected]>
Co-authored-by: HQidea <[email protected]>
Co-authored-by: Joshbly <[email protected]>
Co-authored-by: xhe <[email protected]>
Co-authored-by: weiwenyan-dev <[email protected]>
Co-authored-by: ex_wenyan.wei <[email protected]>
Co-authored-by: engchina <[email protected]>
Co-authored-by: engchina <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 呆萌闷油瓶 <[email protected]>
Co-authored-by: Kemal <[email protected]>
Co-authored-by: Lazy_Frog <[email protected]>
Co-authored-by: Yi Xiao <[email protected]>
Co-authored-by: Steven sun <[email protected]>
Co-authored-by: steven <[email protected]>
Co-authored-by: Kalo Chin <[email protected]>
Co-authored-by: Katy Tao <[email protected]>
Co-authored-by: depy <[email protected]>
Co-authored-by: 胡春东 <[email protected]>
Co-authored-by: Junjie.M <[email protected]>
Co-authored-by: MuYu <[email protected]>
Co-authored-by: Naoki Takashima <[email protected]>
Co-authored-by: Summer-Gu <[email protected]>
Co-authored-by: Fei He <[email protected]>
Co-authored-by: ybalbert001 <[email protected]>
Co-authored-by: Yuanbo Li <[email protected]>
Co-authored-by: douxc <[email protected]>
Co-authored-by: liuzhenghua <[email protected]>
Co-authored-by: Wu Jiayang <[email protected]>
Co-authored-by: Your Name <[email protected]>
Co-authored-by: kimjion <[email protected]>
Co-authored-by: AugNSo <[email protected]>
Co-authored-by: llinvokerl <[email protected]>
Co-authored-by: liusurong.lsr <[email protected]>
Co-authored-by: Vasu Negi <[email protected]>
Co-authored-by: Hundredwz <[email protected]>
Co-authored-by: Xiyuan Chen <[email protected]>
|
2025-02-17 17:05:13 +08:00 |
|
 非法操作andGitHub
|
ead4b34127
|
fix: test run custom tool raise error (#12178)
|
2024-12-28 17:51:22 +08:00 |
|
 yihongandGitHub
|
7a24c957bd
|
fix: i18n error (#12052)
Signed-off-by: yihong0618 <[email protected]>
|
2024-12-24 23:14:51 +08:00 |
|
 yihongandGitHub
|
56e15d09a9
|
feat: mypy for all type check (#10921)
|
2024-12-24 18:38:51 +08:00 |
|
 -LAN-andGitHub
|
606aadb891
|
refactor: update builtin tool provider methods to use session management (#11938)
Signed-off-by: -LAN- <[email protected]>
|
2024-12-21 21:21:09 +08:00 |
|
 
|
5c166b3f40
|
fix: tags could not be saved when the Workflow Tool was created (#11481)
Co-authored-by: zhaobs <[email protected]>
|
2024-12-09 14:38:02 +08:00 |
|
 yihongandGitHub
|
0067b16d1e
|
fix: refactor all 'or []' and 'or {}' logic to make code more clear (#10883)
Signed-off-by: yihong0618 <[email protected]>
|
2024-11-21 10:34:43 +08:00 |
|
 Bowen LiangandGitHub
|
51db59622c
|
chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425)
|
2024-11-15 15:41:40 +08:00 |
|
 -LAN-andGitHub
|
16b9665033
|
refactor(api): improve handling of tools field and cleanup variable usage (#10553)
|
2024-11-12 00:08:04 +08:00 |
|
 smyhwandGitHub
|
f19c18dc14
|
Fixes you have not added provider None (#10501)
|
2024-11-11 21:50:32 +08:00 |
|
 Bowen LiangandGitHub
|
574c4a264f
|
chore(lint): Use logging.exception instead of logging.error (#10415)
|
2024-11-07 21:13:02 +08:00 |
|
 -LAN-andGitHub
|
e61752bd3a
|
feat/enhance the multi-modal support (#8818)
|
2024-10-21 10:43:49 +08:00 |
|
 AkisAyaandGitHub
|
d7b8e071dd
|
fix:#9222 create or update custum tools error (#9228)
|
2024-10-11 17:12:30 +08:00 |
|
 Bowen LiangandGitHub
|
240b66d737
|
chore: avoid implicit optional in type annotations of method (#8727)
|
2024-10-09 14:36:43 +08:00 |
|
 Shota TotsukaandGitHub
|
03fdf5e7f8
|
chore: Enable Japanese descriptions for Tools (#8646)
|
2024-09-23 09:06:01 +08:00 |
|