liqiang-fit2cloud
|
ea2c2f9e2b
|
refactor: never restart local_model worker if LOCAL_MODEL_HOST_WORKER=1.
|
2025-11-07 09:58:15 +08:00 |
|
liqiang-fit2cloud
|
ff570a3c71
|
refactor: read SANDBOX_BANNED_HOSTS from file instead of env.
|
2025-11-07 09:47:35 +08:00 |
|
CaptainB
|
806393f28c
|
fix: update globals_v initialization to use an empty dictionary in tool_code.py
|
2025-11-06 17:18:23 +08:00 |
|
liqiang-fit2cloud
|
0bd9e170fb
|
Merge remote-tracking branch 'origin/v2' into v2
|
2025-11-06 16:52:57 +08:00 |
|
liqiang-fit2cloud
|
c1fbb41aa5
|
refactor: forbidden access by hostname or docker ip.
|
2025-11-06 16:52:47 +08:00 |
|
shaohuzhang1
|
8cabf823e8
|
fix: dependency package (#4325)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-11-06 16:46:20 +08:00 |
|
liqiang-fit2cloud
|
f0ecad6de1
|
refactor: rename MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES to MAXKB_SANDBOX_PYTHON_BANNED_HOSTS
|
2025-11-06 15:41:35 +08:00 |
|
liqiang-fit2cloud
|
3ab17c61ff
|
Merge remote-tracking branch 'origin/v2' into v2
|
2025-11-06 11:23:20 +08:00 |
|
liqiang-fit2cloud
|
6e39df454c
|
refactor: rename MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES to MAXKB_SANDBOX_PYTHON_ALLOW_HOST_REGEXES
|
2025-11-06 11:23:09 +08:00 |
|
shaohuzhang1
|
8a0a807763
|
fix: Set the startup environment variables (#4322)
|
2025-11-06 11:22:36 +08:00 |
|
CaptainB
|
6ac10785c9
|
fix: set environment variables for LD_PRELOAD and SANDBOX_ALLOW_HOSTS_REGEXES in sandbox execution
|
2025-11-06 11:10:37 +08:00 |
|
liqiang-fit2cloud
|
9029240931
|
refactor: rename MAXKB_SANDBOX_PYTHON_BANNED_HOSTS to MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES
|
2025-11-06 11:03:48 +08:00 |
|
shaohuzhang1
|
88fc5dd398
|
fix: Set the startup environment variables (#4321)
|
2025-11-06 10:31:14 +08:00 |
|
CaptainB
|
bb7dfbc2fe
|
fix: set environment variables for banned hosts and preload library in sandbox execution
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-11-05 21:19:53 +08:00 |
|
shaohuzhang1
|
a8d0729e65
|
perf: Memory optimization (#4318)
|
2025-11-05 19:05:26 +08:00 |
|
liqiang-fit2cloud
|
1f4d6d1123
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 19:03:17 +08:00 |
|
liqiang-fit2cloud
|
f0be269cdc
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 18:44:57 +08:00 |
|
liqiang-fit2cloud
|
b7152867a3
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 16:55:29 +08:00 |
|
liqiang-fit2cloud
|
9971df1a02
|
feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code.
|
2025-11-05 16:43:17 +08:00 |
|
CaptainB
|
a30d0d07d1
|
revert: add Gunicorn preload option and initialize shared resources
This reverts commit 1af14bdb27.
|
2025-11-05 16:39:54 +08:00 |
|
CaptainB
|
2a64d281ab
|
fix: add empty environment variable dictionary for subprocess execution
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-11-05 12:45:31 +08:00 |
|
CaptainB
|
1af14bdb27
|
feat: add Gunicorn preload option and initialize shared resources
|
2025-11-05 12:38:00 +08:00 |
|
liqiang-fit2cloud
|
d9b7810cc8
|
fix: remove env from sandbox.
|
2025-11-05 12:37:46 +08:00 |
|
CaptainB
|
ddc60dd1c3
|
revert: add subprocess handling for local model and conditional post handler execution
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
This reverts commit 8e3550eb83.
|
2025-11-04 19:25:56 +08:00 |
|
CaptainB
|
8e3550eb83
|
feat: add subprocess handling for local model and conditional post handler execution
|
2025-11-04 14:19:06 +08:00 |
|
liqiang-fit2cloud
|
8c788bf785
|
perf: revert preload.
|
2025-11-04 09:31:27 +08:00 |
|
wangxuhui
|
57195f277a
|
fix(permission): 修复权限常量解析操作符索引错误 (#4275)
- 修正了权限字符串解析时操作符索引,从原来的第三部分改为第二部分
- 确保权限实例创建时操作符获取正确
- 改善权限常量解析的准确性和稳定性
Co-authored-by: 王旭辉 <2569429256@qq.com>
|
2025-10-28 18:31:31 +08:00 |
|
CaptainB
|
d147b794ce
|
chore: replace split_text with smart_split_paragraph in pdf_split_handle.py
|
2025-10-27 14:23:42 +08:00 |
|
liqiang-fit2cloud
|
af5d0dcb9f
|
perf: try to reduce memory usage by adding --preload argument for multi workers.
|
2025-10-23 10:25:25 +08:00 |
|
liqiang-fit2cloud
|
c5aa570482
|
perf: try to reduce memory usage by decreasing default core workers to 2.
|
2025-10-23 10:20:05 +08:00 |
|
shaohuzhang1
|
b36e8f5350
|
perf: Optimize the export of conversation logs (#4230)
|
2025-10-22 14:53:42 +08:00 |
|
zhangzhanwei
|
4648f08f98
|
feat: About permission
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-22 14:13:49 +08:00 |
|
zhangzhanwei
|
4487964d17
|
feat: Replace source file permission
|
2025-10-22 11:25:11 +08:00 |
|
zhangzhanwei
|
c0ae78411e
|
feat: Tag permission interface
|
2025-10-22 10:18:41 +08:00 |
|
CaptainB
|
da7f0edecd
|
refactor: configure logging levels for mcp and mcp.server
|
2025-10-21 17:59:25 +08:00 |
|
wxg0103
|
39aaee8e02
|
fix: handle empty message case in common.py and update username regex validation in user.py
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-20 18:42:55 +08:00 |
|
CaptainB
|
c47c70afb0
|
feat: implement knowledge tag management functionality
|
2025-10-15 11:35:34 +08:00 |
|
zhangzhanwei
|
89749a3006
|
feat: Folder authorization backend
|
2025-10-14 16:33:13 +08:00 |
|
CaptainB
|
cae5682110
|
feat: add smart_split_paragraph function for intelligent text segmentation
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
--bug=1061634 --user=刘瑞斌 【知识库】知识库智能分段,如果切分段落太长的话,可以按照完整段落进行切分,创建多个片段。 https://www.tapd.cn/62980211/s/1783998
|
2025-10-13 10:26:06 +08:00 |
|
wxg0103
|
01ba883946
|
feat: add permission for clearing operation log policy
|
2025-10-11 15:08:51 +08:00 |
|
CaptainB
|
f3ef42b76f
|
chore: enhance re_findall function to handle None and empty string patterns
|
2025-10-10 10:37:02 +08:00 |
|
CaptainB
|
80629b9574
|
chore: enhance re_findall function to handle empty patterns and regex errors
--bug=1062401 --user=刘瑞斌 【知识库】知识库文档分段的时候,如果使用的分段标识是文档中不存在的符号,点击生成预览会报错,希望这个报错提示词可以优化一下,方便识别 https://www.tapd.cn/62980211/s/1782047
|
2025-10-09 13:23:10 +08:00 |
|
CaptainB
|
2922f9e8f2
|
fix: update current_time formatting to include timezone information
--bug=1062367 --user=刘瑞斌 【知识库】文档状态中的时间与实际时间有时区差 https://www.tapd.cn/62980211/s/1780536
|
2025-09-28 16:25:19 +08:00 |
|
CaptainB
|
df442272e9
|
feat: add MCP transport validation to ToolExecutor
|
2025-09-28 15:33:25 +08:00 |
|
shaohuzhang1
|
d92dcd722b
|
fix: Add file name to prompt when processing images with doc (#4114)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-09-25 18:51:21 +08:00 |
|
shaohuzhang1
|
801891de82
|
fix: OpenAPI authentication (#4110)
|
2025-09-25 17:16:39 +08:00 |
|
shaohuzhang1
|
4269eeb2c9
|
docs: OpenAPI request URL (#4070)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-09-22 11:51:59 +08:00 |
|
zhangzhanwei
|
53082657d7
|
feat: Remove debug
|
2025-09-22 10:37:51 +08:00 |
|
zhangzhanwei
|
6a0145758c
|
feat: Remove debug permission
|
2025-09-19 16:54:24 +08:00 |
|
wxg0103
|
74c454532d
|
feat: enhance user authentication with RSA key handling and encrypted data support
|
2025-09-18 18:42:55 +08:00 |
|
shaohuzhang1
|
7264545ab6
|
feat: Support loop node (#4045)
|
2025-09-16 15:49:49 +08:00 |
|
zhangzhanwei
|
76766ebc23
|
fix: Information regarding role permissions management has not been internationalised.
--bug=1061417 --user=张展玮 【国际化BUG】2.10版本,角色权限管理的信息没有国际化 https://www.tapd.cn/62980211/s/1768834
|
2025-09-08 10:30:59 +08:00 |
|
CaptainB
|
383957abb3
|
chore: update regex pattern and file path in common.py
--bug=1061351 --user=刘瑞斌 【知识库】知识库导出zip没有图片 https://www.tapd.cn/62980211/s/1768275
|
2025-09-05 11:48:14 +08:00 |
|
CaptainB
|
b5005e4744
|
fix: correct JSON serialization in exec_code method
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-09-04 18:10:11 +08:00 |
|
CaptainB
|
817d5bcd5a
|
chore: replace pickle with json for data serialization in tool_code.py
|
2025-09-04 16:42:59 +08:00 |
|
CaptainB
|
59efb68bb5
|
feat: add model caching to get_dynamics_model function in search.py
|
2025-09-02 14:20:41 +08:00 |
|
wxg0103
|
d9ad9aabf2
|
chore: update file hashes for community and fix formatting in permission_constants.py
|
2025-09-01 17:35:08 +08:00 |
|
shaohuzhang1
|
f6aaac4e00
|
perf: Parsing Tokens (#3964)
|
2025-08-29 11:54:16 +08:00 |
|
CaptainB
|
75c461f385
|
chore: replace datetime.now() with timezone.now() for consistent time handling
|
2025-08-29 10:16:53 +08:00 |
|
zhangzhanwei
|
d69a753491
|
feat: Permission constants
|
2025-08-26 18:35:13 +08:00 |
|
zhangzhanwei
|
e28c858351
|
fix: Application menu displays conversation users and conversation logs
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1060818 --user=张展玮 【应用】应用只授权用户查看权限,详情页,没有展示对话用户、对话日志菜单 https://www.tapd.cn/62980211/s/1760973
|
2025-08-25 18:30:05 +08:00 |
|
wxg0103
|
044465fcc6
|
feat: enhance model credential validation and support for multiple API versions
|
2025-08-18 16:46:27 +08:00 |
|
zhangzhanwei
|
2714a941f9
|
feat: Resource authorization permission
|
2025-08-18 14:24:31 +08:00 |
|
CaptainB
|
af4f9e5139
|
fix: improve default parameter handling in MCP tool code generation
|
2025-08-13 13:37:00 +08:00 |
|
CaptainB
|
3830ee920d
|
feat: enhance function parameter handling to support default values
|
2025-08-13 12:44:39 +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
|
f0a3391897
|
refactor: simplify error handling in MCP server code execution
|
2025-08-13 11:49:37 +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 |
|
liqiang-fit2cloud
|
b1a70b7b99
|
Merge remote-tracking branch 'origin/v2' into v2
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-08-12 10:45:02 +08:00 |
|
liqiang-fit2cloud
|
8183858adf
|
refactor: change dir permission.
|
2025-08-12 10:44:51 +08:00 |
|
CaptainB
|
f1356e9b61
|
feat: add MCP tool support with new form and dropdown options
|
2025-08-12 10:41:42 +08:00 |
|
shaohuzhang1
|
ca3815e6fe
|
fix: Create a blank document name with more than 128 characters, prompt message needs to be translated (#3825)
|
2025-08-06 10:48:24 +08:00 |
|
zhangzhanwei
|
d2978906a6
|
feat: Shared knowledge problem related permission constant
sync2gitee / repo-sync (push) Waiting to run
|
2025-08-05 11:56:04 +08:00 |
|
shaohuzhang1
|
83a1ffb891
|
feat: Support session variables (#3792)
sync2gitee / repo-sync (push) Waiting to run
|
2025-08-01 17:11:36 +08:00 |
|
shaohuzhang1
|
2de1d817d7
|
fix: Error response optimization (#3789)
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-31 16:17:23 +08:00 |
|
zhangzhanwei
|
aee0b251dc
|
fix: Permission constants
|
2025-07-31 16:07:33 +08:00 |
|
CaptainB
|
6184058e4d
|
feat: implement charset detection utility in fork.py
--bug=1059829 --user=刘瑞斌 【知识库】web导入知识库中文字符乱码 https://www.tapd.cn/62980211/s/1746162
|
2025-07-31 11:39:02 +08:00 |
|
zhangzhanwei
|
6adc051cad
|
fix: Resource tool permission constants
|
2025-07-29 15:07:41 +08:00 |
|
zhangzhanwei
|
c2b626774c
|
fix: Permission label
|
2025-07-29 11:01:57 +08:00 |
|
zhangzhanwei
|
9cc051ded4
|
feat: Knowledge permission constants
|
2025-07-29 10:28:29 +08:00 |
|
zhangzhanwei
|
cac05c747b
|
feat: Permission constants
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-28 18:26:41 +08:00 |
|
zhangzhanwei
|
f4ef5f227c
|
fix: Resource model permission
|
2025-07-28 16:12:55 +08:00 |
|
zhangzhanwei
|
7942b12afa
|
feat: Permission constants
|
2025-07-28 15:56:58 +08:00 |
|
CaptainB
|
41cb4fedb1
|
feat: add application access token and API key management endpoints
|
2025-07-28 11:58:47 +08:00 |
|
wxg0103
|
60c7f78a90
|
refactor: update resource permission constants for improved clarity
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-28 10:29:29 +08:00 |
|
zhangzhanwei
|
ca070d7466
|
fix: Model swagger
sync2gitee / repo-sync (push) Has been cancelled
|
2025-07-25 18:35:58 +08:00 |
|
CaptainB
|
6ce1eb7116
|
feat: add create and drop knowledge index functions for improved database management
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-23 21:42:33 +08:00 |
|
CaptainB
|
567a7612ed
|
refactor: change log level from debug to info for chat log and access number jobs
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-23 10:26:49 +08:00 |
|
CaptainB
|
b41b054c49
|
fix: update LOG_KEEP_DAYS to use CONFIG for configurable log retention
|
2025-07-22 10:23:14 +08:00 |
|
CaptainB
|
1df333bffc
|
refactor: reorganize post handler and introduce post scheduler handler
|
2025-07-21 15:52:54 +08:00 |
|
CaptainB
|
6f2db6f488
|
feat: Implement daily log rotation with DailyTimedRotatingFileHandler
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-20 14:16:13 +08:00 |
|
CaptainB
|
6e16c74a5e
|
refactor: improve logging and status updates in embedding methods
sync2gitee / repo-sync (push) Has been cancelled
|
2025-07-18 15:21:01 +08:00 |
|
CaptainB
|
638a09d4f4
|
chore: redirect access logs to /dev/null in gunicorn and local_model
|
2025-07-18 10:40:46 +08:00 |
|
CaptainB
|
03ba4df625
|
fix: update Gunicorn access log file configuration to use stdout
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-17 21:43:27 +08:00 |
|
CaptainB
|
7eeb42c9fd
|
refactor: replace Status with State for consistent status handling
|
2025-07-17 16:59:12 +08:00 |
|
CaptainB
|
9e80a652c4
|
refactor: replace try_lock and un_lock with RedisLock for improved locking mechanism
|
2025-07-17 15:34:11 +08:00 |
|
liqiang-fit2cloud
|
c96de7a5f5
|
refactor: change log level.
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-17 09:55:21 +08:00 |
|
wxg0103
|
8231ae66e4
|
refactor: update license validation logic to ensure proper function calls
|
2025-07-16 18:23:13 +08:00 |
|
CaptainB
|
8adca34c88
|
refactor: change log level from info to debug for clean_debug_file_lock
|
2025-07-16 17:20:22 +08:00 |
|