Commit Graph

278 Commits (eb95858e016de5224d2a77b7a5617bfed328eb00)

Author SHA1 Message Date
Harry 09a2d413a9 feat(oauth): update client parameters handling and improve oauth_params parsing 11 months ago
Harry 203d7ec94b Merge branch 'feat/tool-plugin-oauth' into deploy/dev 11 months ago
Harry ace6e11a6f feat(oauth): implement AES encryption and decryption for system OAuth parameters 11 months ago
Harry 1099e75da1 Merge branch 'feat/tool-plugin-oauth' into deploy/dev 11 months ago
Harry adc39f7b0d feat(oauth): enhance OAuth client management and validation 11 months ago
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
11 months ago
Novice 535fff62f3
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
11 months ago
zxhlyh 73e209505a merge feat/tool-oauth 11 months ago
-LAN- 4cb50f1809
feat(libs): Introduce `extract_tenant_id` (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
Joel df1e84ef99 merge 11 months ago
Harry 2017951336 fix: resolve circular dependency in MCPToolProviderController 11 months ago
Harry 478c156f7d feat(oauth&mcp): refactor credential encrypter 11 months ago
Harry c160a0e5e3 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# 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
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
Harry b316867bab Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth 11 months ago
jiangbo721 e17b33e004
chore: add message status enum (#21825)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
Novice e965eaca1f Merge branch 'feat/mcp' into deploy/dev 11 months ago
Novice 3e9368ce84 refactor: simplify logic based on review suggestions 11 months ago
Novice 39fe35b2e6 Merge branch 'main' into deploy/dev 11 months ago
Harry daec82bd44 feat(oauth): refactor tool provider methods and enhance credential handling 11 months ago
YoungLH b8b9c3a783
fix: set the func.coalesce() second paramter default value #21239 (#21240)
Signed-off-by: YoungLH <974840768@qq.com>
11 months ago
Qiang Lee 9ded6f6a40
[fix] #21678 User input of remote file link on the run page form causes conversation/message interface error (#21683)
Co-authored-by: 李强04 <liqiang04@gaotu.cn>
11 months ago
Junyan Qin db0090972e
Merge branch 'feat/plugin-auto-upgrade' into deploy/dev 12 months ago
Novice c885b384a5 Merge branch 'main' into feat/mcp 12 months ago
Harry 8a954c0b19 Merge branch 'main' into feat/tool-plugin-oauth 12 months ago
jiangbo721 90aba77471
chore: remove unused code (#21497)
Co-authored-by: 刘江波 <jiangbo721@163.com>
12 months ago
-LAN- 8f15341f1e
fix(event_handlers): DB dead lock (#21468)
Signed-off-by: -LAN- <laipz8200@outlook.com>
12 months ago
Harry a58e99c671 Merge branch 'main' into feat/tool-plugin-oauth 12 months ago
Novice f783ad68e4 chore(refactor): queries in service and auth components 12 months ago
Novice 01922f2d02 feat: add unique id in mcp tool dsl 12 months ago
Harry 7979e05ade Merge branch 'main' into feat/tool-plugin-oauth
# Conflicts:
#	README.md
#	api/services/tools/builtin_tools_manage_service.py
12 months ago
Harry 5e7c5863ef refactor(tool oauth): update api implementation 12 months ago
jiangbo721 9de552cb42
fix: first message query error (#21444)
Co-authored-by: 刘江波 <jiangbo721@163.com>
12 months ago
Junyan Qin c983967d82
feat: combine plugin preferences apis 12 months ago
QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
12 months ago
Novice a67325f444 fix: change the icon handle logic 12 months ago
Harry 7f292dc261 fix: remove debugging flags 12 months ago
Harry 12c20ec7f6 feat: plugin OAuth with stateful 12 months ago
Novice a467612b2b Merge branch 'main' into feat/mcp 12 months ago
-LAN- 6b1ad634f1
fix(workflow_run): sequence_number race. (#21228)
Signed-off-by: -LAN- <laipz8200@outlook.com>
12 months ago
Novice 58faef8b5b Merge branch 'main' into feat/mcp 12 months ago
Xin Zhang 30cfc9c172
Feat/plugin install scope management (#19963) 12 months ago
Novice 671136f5e6 Merge branch 'main' into feat/mcp 1 year ago
QuantumGhost 930c4cb609
feat(api): Adjust `WorkflowDraftVariable` and `WorkflowNodeExecutionModel` (#20746)
- Add `node_execution_id` column to `WorkflowDraftVariable`, allowing efficient implementation of 
  the "Reset to last run value" feature.
- Add additional index for `WorkflowNodeExecutionModel` to improve the performance of last run lookup.

Closes #20745.
1 year ago
Novice ecd18b70a1 fix: mypy error 1 year ago
Novice a9e73653a8 Merge branch 'main' into feat/mcp 1 year ago
-LAN- 5ccfb1f4ba
refactor: Improve model status handling and structured output (#20586)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Novice fadaa79f56 fix: change the constraint 1 year ago
Novice 36d7369ed5 chore: change the server url type 1 year ago
Novice 14aecc147b feat: add encrypted 1 year ago