CaptainB
|
56e11d9539
|
chore: add mcp_tool_id parameter to i_chat_node.py
|
2025-09-06 13:32:32 +08:00 |
|
CaptainB
|
1815c1fa69
|
chore: add mcp_tool_ids parameter to support multiple MCP Tool IDs
|
2025-09-06 13:32:32 +08:00 |
|
CaptainB
|
0b6b45928d
|
fix: ensure only active tools are processed in base_chat_node.py
--bug=1061252 --user=刘瑞斌 【工具】MCP被禁用后,依然可以在应用中调用 https://www.tapd.cn/62980211/s/1765960
|
2025-09-02 15:52:04 +08:00 |
|
CaptainB
|
b1dcdcbf97
|
chore: set default mcp_source to 'custom' if None
--bug=1061187 --user=刘瑞斌 【迁移】应用AI对话节点使用了MCP,迁移后对话时,不会调用MCP工具 https://www.tapd.cn/62980211/s/1765228
|
2025-09-01 15:54:41 +08:00 |
|
CaptainB
|
5e99770999
|
feat: enhance MCP tool execution with unique ID generation and improved file handling
|
2025-08-13 12:30:30 +08:00 |
|
CaptainB
|
bb665b5196
|
feat: enhance MCP tool execution with unique ID generation and improved file handling
|
2025-08-13 11:49:37 +08:00 |
|
CaptainB
|
f0a3391897
|
refactor: simplify error handling in MCP server code execution
|
2025-08-13 11:49:37 +08:00 |
|
CaptainB
|
0fe432eefd
|
fix: enable tool code file cleanup by removing commented-out code
|
2025-08-12 17:25:17 +08:00 |
|
CaptainB
|
541f1f26c8
|
feat: refactor MCP code generation and update cleanup logic
|
2025-08-12 17:23:22 +08:00 |
|
CaptainB
|
1d7a5af626
|
feat: refactor MCP server code generation and add execution method
|
2025-08-12 17:13:30 +08:00 |
|
CaptainB
|
e9c8c9581f
|
feat: add MCP tool ID and source fields to chat node for enhanced configuration
|
2025-08-12 15:22:42 +08:00 |
|
shaohuzhang1
|
ec12ad0c2e
|
fix: MCP node display nesting issue (#3822)
sync2gitee / repo-sync (push) Waiting to run
|
2025-08-05 19:23:48 +08:00 |
|
CaptainB
|
e7f61994ec
|
feat: add validation to prevent usage of 'stdio' in MCP servers
|
2025-07-16 16:51:30 +08:00 |
|
shaohuzhang1
|
34842e4ae4
|
feat: application chat api (#3574)
|
2025-07-12 17:54:37 +08:00 |
|
shaohuzhang1
|
c4293c34d1
|
fix: ai chat node mcp (#3531)
|
2025-07-09 16:14:44 +08:00 |
|
CaptainB
|
fe8f87834d
|
refactor: replace logging with maxkb_logger for consistent logging across modules
|
2025-06-25 16:46:50 +08:00 |
|
CaptainB
|
3aa0847506
|
refactor: replace print statements with logging for improved error tracking
|
2025-06-25 16:18:19 +08:00 |
|
shaohuzhang1
|
598b72fd12
|
fix: chat bugs (#3308)
|
2025-06-19 14:53:24 +08:00 |
|
shaohuzhang1
|
bc03deabfc
|
feat: Resources authorization (#3183)
|
2025-06-04 13:05:39 +08:00 |
|
shaohuzhang1
|
43654bddaf
|
feat: application operate api (#3176)
sync2gitee / repo-sync (push) Has been cancelled
|
2025-05-30 20:02:39 +08:00 |
|
shaohuzhang1
|
896fb5fa52
|
feat: application flow (#3152)
|
2025-05-27 18:24:28 +08:00 |
|
CaptainB
|
c78a6babb6
|
ci: v2
|
2025-04-11 15:47:59 +08:00 |
|
CaptainB
|
97fb4a5cea
|
fix: format MCP tool messages with detailed JSON representation
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-03-27 16:51:56 +08:00 |
|
CaptainB
|
0e29ce28cf
|
chore: remove unused MCP response function from base_chat_node.py
|
2025-03-27 10:05:37 +08:00 |
|
CaptainB
|
563516f835
|
feat: AI chat node mcp server config
|
2025-03-24 18:38:54 +08:00 |
|
shaohuzhang1
|
4874c0e4b0
|
fix: AI dialogue context removes form data (#2257)
|
2025-02-12 16:07:44 +08:00 |
|
shaohuzhang1
|
6a5ec866c0
|
fix: Lost content during the answering process (#2256)
|
2025-02-12 15:33:24 +08:00 |
|
刘瑞斌
|
061a41c4a1
|
feat: Support reasoning content #2135 (#2158)
|
2025-02-08 20:26:53 +08:00 |
|
shaohuzhang1
|
bedbeac9f7
|
feat: application i18n (#2020)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-01-13 19:05:08 +08:00 |
|
shaohuzhang1
|
5faa28ec4a
|
fix: Error in obtaining variables for character settings (#1948)
|
2024-12-30 15:26:43 +08:00 |
|
shaohuzhang1
|
e379b8c7e1
|
fix: Dialogue node context type is not required (#1926)
|
2024-12-27 10:52:05 +08:00 |
|
shaohuzhang1
|
5299f1262f
|
feat: AI dialogue roles support obtaining data from other nodes (#1925)
|
2024-12-27 10:46:07 +08:00 |
|
shaohuzhang1
|
f65546a619
|
feat: 支持工作流ai对话节点添加节点上下文 (#1791)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2024-12-09 11:17:58 +08:00 |
|
shaohuzhang1
|
1a1e93296e
|
feat: 工作流表单节点
|
2024-11-13 10:39:05 +08:00 |
|
shaohuzhang1
|
2e331dcf56
|
feat: 工作流编排支持并行 #1154 (#1362)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2024-10-13 12:00:13 +08:00 |
|
shaohuzhang1
|
644bb61c4e
|
fix: 修改工作流中模型参数为非必填参数
|
2024-08-29 15:21:04 +08:00 |
|
shaohuzhang1
|
b627b6638c
|
fix: 修复工作流编排历史数据模型参数必填
|
2024-08-29 14:08:07 +08:00 |
|
shaohuzhang1
|
b19ed0d8db
|
fix: 修复ai对话节点输出内容回添加回车
|
2024-08-27 11:33:25 +08:00 |
|
shaohuzhang1
|
9e0ac81f1d
|
refactor: 重构模型参数代码
|
2024-08-23 17:47:23 +08:00 |
|
wxg0103
|
35f3ff779b
|
refactor: update model params
|
2024-08-19 10:38:55 +08:00 |
|
shaohuzhang1
|
8453ea2b4b
|
fix: 修复节点直接回答,不同节点响应用回车隔开 (#935)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2024-08-06 16:56:05 +08:00 |
|
shaohuzhang1
|
db167dd8b4
|
fix: 修复节点输出,输出结果重复 (#928)
|
2024-08-06 09:51:16 +08:00 |
|
shaohuzhang1
|
35f0c18dd3
|
feat: 支持节点参数设置直接输出 #846
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
|
2024-08-02 14:21:29 +08:00 |
|
shaohuzhang1
|
a404a5c6e9
|
fix: 修复模型没权限使用时报错 (#825)
|
2024-07-22 11:44:38 +08:00 |
|
shaohuzhang1
|
28fb1db715
|
fix: 修复模型被删除时,节点报错提示 (#701)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2024-07-03 17:49:32 +08:00 |
|
shaohuzhang1
|
2f2f74fdab
|
feat: 支持工作流 (#671)
|
2024-07-01 09:45:59 +08:00 |
|