Commit Graph

2530 Commits

Author SHA1 Message Date
CaptainB 283b6a9e33 chore: remove MCP token validation from chat endpoints 2025-12-23 18:31:54 +08:00
CaptainB 10957d827f chore: refactor MCP configuration retrieval and add MCP view 2025-12-23 18:30:35 +08:00
CaptainB c506a23157 feat: add StoreKnowledge API to fetch Appstore tools and update routing 2025-12-23 18:30:05 +08:00
wxg0103 903ad0ecf6 chore: add SEND_EMAIL_ERROR exception code for email-related validations 2025-12-23 18:29:42 +08:00
wxg0103 6d5664c674 chore: add default permission handling and update user permissions logic 2025-12-23 18:09:41 +08:00
shaohuzhang1 ed45fabcce
feat: workflow Exception branch 2025-12-23 17:58:38 +08:00
CaptainB 948c41a563 chore: add MCP token validation to chat post method
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-23 13:46:53 +08:00
CaptainB 4d28001601 feat: add MCP token validation decorator for API access control 2025-12-23 13:41:19 +08:00
CaptainB 8a785b2c7b chore: refactor imports for better organization in tool_code.py 2025-12-23 12:01:03 +08:00
CaptainB 3de7249587 chore: refactor imports for better organization in tool_code.py 2025-12-23 11:28:10 +08:00
CaptainB 56f9132b64 Revert "chore: refactor app MCP configuration and implement AI chat functionality"
This reverts commit bf9ae948d5.
2025-12-23 11:19:36 +08:00
CaptainB bf9ae948d5 chore: refactor app MCP configuration and implement AI chat functionality 2025-12-23 10:51:06 +08:00
CaptainB 74b7633c2f chore: remove leading slash from API URLs in tool_code.py 2025-12-22 15:07:20 +08:00
CaptainB c9fc207cac chore: remove empty name parameter from mcp.tool decorator 2025-12-22 14:58:45 +08:00
CaptainB 336bb8cc2d chore: update tool decorator to handle non-ASCII names 2025-12-22 14:56:41 +08:00
shaohuzhang1 78be028a0f
feat: Add resource mapping table (#4546)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-12-22 14:52:22 +08:00
zhangzhanwei a0d48da406 feat: Add folder permission by role 2025-12-22 14:40:34 +08:00
CaptainB 54e16acee6 feat: add application enable flag and application IDs to application model 2025-12-22 10:24:49 +08:00
zhangzhanwei fe004c235c feat: Support folder sort
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-12-19 17:32:20 +08:00
zhangzhanwei ff2a14817e feat: Knowledge workflow import and export
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-19 16:47:42 +08:00
wxg0103 4fecd47904 feat: enhance login settings with account lockout and permission messages 2025-12-19 14:16:17 +08:00
zhangzhanwei a7bb173cc1 feat: Add web node interrupt
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-18 15:45:01 +08:00
liqiang-fit2cloud 5b96aaf4df refactor: add hmac_signed_serializer for celery. 2025-12-18 15:33:32 +08:00
shaohuzhang1 4f1f0fe056
feat: Knowledge base workflow supports terminating execution (#4536) 2025-12-18 15:03:42 +08:00
liqiang-fit2cloud d72c6607a0 refactor: add hmac_signed_serializer for celery. 2025-12-18 10:34:57 +08:00
shaohuzhang1 f36d881c88
fix: When executing the knowledge base workflow, the loop node reported an error and the workflow was not terminated (#4532)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-17 14:37:22 +08:00
CaptainB 15440479cf refactor: move OpenApiParameter definitions to schema for better organization
--bug=1064802 --user=刘瑞斌 【接口文档】/admin/api/workspace/{workspace_id}/knowledge/{knowledge_id}/document/split 接口的参数传递方式错了 https://www.tapd.cn/62980211/s/1813972
2025-12-17 14:16:58 +08:00
shaohuzhang1 fadd6a6d7e
fix: Loop internal node error did not terminate workflow (#4520) 2025-12-16 10:54:54 +08:00
wxg0103 e1da951f81 chore: update permission checks and add user_id to system API key operations
--story=1020414 --user=王孝刚 【系统】-X-Pack 系统API Key 按用户隔离,每个用户都有自己的API KEY https://www.tapd.cn/62980211/s/1812186
2025-12-16 09:15:12 +08:00
shaohuzhang1 7c48a6cec0
fix: The data source tool cannot obtain the execution parameters (#4517) 2025-12-15 18:22:16 +08:00
CaptainB 067cd73325 chore: update agent configuration to include recursion limit in astream call
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-15 11:33:55 +08:00
liqiang-fit2cloud 967eedeca3 refactor: add LANGCHAIN_GRAPH_RECURSION_LIMIT env to avoid the error "GraphRecursionError: Recursion limit of 25 reached without hitting a stop condition. You can increase the limit by setting the recursion_limit config key. For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/GRAPH_RECURSION_LIMIT " 2025-12-15 11:29:17 +08:00
shaohuzhang1 585302a2c9
perf: Optimize file writing and writing (#4512)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-12-12 18:52:27 +08:00
shaohuzhang1 d393e28273
fix: Local rearrangement model cannot be added (#4510) 2025-12-12 15:49:20 +08:00
shaohuzhang1 d5e04a15b7
fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4509) 2025-12-12 15:07:59 +08:00
shaohuzhang1 61a5303e7d
fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4507) 2025-12-12 14:35:03 +08:00
shaohuzhang1 621fbd3bd6
fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4505) 2025-12-12 14:01:29 +08:00
CaptainB 6e53d819ca feat: add function to extract tool ID from raw ID 2025-12-12 13:44:33 +08:00
shaohuzhang1 e529514842
fix: The image uploaded from the workflow knowledge base zip file cannot be parsed (#4503) 2025-12-12 11:57:38 +08:00
CaptainB 351898b5a0 chore: enhance tool call handling and fragment aggregation in tools.py 2025-12-12 10:50:12 +08:00
CaptainB 6d2f9279c5 fix: handle None values in row data for markdown table generation 2025-12-12 10:18:50 +08:00
CaptainB 178630a502 fix: handle 'None' string in field value checks
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-11 17:51:27 +08:00
liqiang-fit2cloud ebfc290bd3 refactor: log tool execution duration 2025-12-11 17:20:01 +08:00
CaptainB 25b45d7ba0 chore: limit paragraph list to first 5 segments in get_details method 2025-12-11 16:26:40 +08:00
zhangzhanwei e919666f01 fix: Filter special character 2025-12-11 16:23:24 +08:00
shaohuzhang1 41c0503856
fix: Manually adding file types to the workflow knowledge base cannot upload files after adding them in lowercase letters (#4499) 2025-12-11 15:57:11 +08:00
CaptainB c0b602b2a4 chore: enhance field value check for query conditions 2025-12-11 15:52:36 +08:00
CaptainB f6102b1457 chore: enhance zip content extraction with posixpath for path normalization 2025-12-11 15:10:49 +08:00
shaohuzhang1 6dc14ae677
fix: When the execution fails, the execution details still show as successful in the [Knowledge Base Workflow] (#4494) 2025-12-11 12:43:16 +08:00
wxg0103 d81137b3d1 fix: remove unnecessary error logging in base_chat_open_ai.py 2025-12-11 12:29:12 +08:00