朱潮
7117fccb7a
自修改w
2026-03-17 13:43:26 +08:00
朱潮
09c4d5e804
master问题修复
2026-03-17 12:17:46 +08:00
朱潮
36f2a5b87a
支持master key
2026-03-17 11:18:15 +08:00
autobee-sparticle
a161e43421
feat: add POST /api/v1/memory endpoint for realtime conversation memory ( #17 )
...
* feat: add POST /api/v1/memory endpoint for realtime conversation memory
Add memory extraction API that accepts conversation messages and
stores them via Mem0. This enables realtime voice sessions to save
memories through the same pipeline as chat conversations.
Fixes : sparticleinc/mygpt-frontend#2126
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: address code review findings for memory API
- Use Literal["user","assistant"] for role field validation
- Add Field constraints (min_length, max_length=200)
- Track and report pairs_failed in response
- Hide internal exception details from HTTP response
- Remove unused authorization parameter (internal API)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: zhuchao <zhuchaowe@163.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 11:14:02 +09:00
朱潮
a05da928f0
update shell_env
2026-03-17 10:09:48 +08:00
autobee-sparticle
deb78a7625
fix: improve memory extraction for colloquial/informal speech ( #16 )
...
* chore: add .worktrees/ to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat(CI): 添加 onprem-dev 环境的构建和部署配置
在 CircleCI 配置中新增 onprem-dev 环境的 build-and-push 和 deploy 任务,部署到 cluster-for-B 的 onprem-dev 命名空间
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: improve memory extraction for colloquial/informal speech
Add semantic completeness rules and multilingual few-shot examples
to FACT_RETRIEVAL_PROMPT to prevent truncated or semantically incorrect
memory extraction. Specifically addresses Japanese casual speech where
particles (が, を, に) are often omitted.
Closes sparticleinc/mygpt-frontend#2125
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: zhuchao <zhuchaowe@163.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: shuirong <shuirong1997@icloud.com>
2026-03-17 10:37:49 +09:00
朱潮
8c0e0cf187
Merge branch 'master' into bot_manager
2026-03-16 23:07:26 +08:00
朱潮
f24c3ff78f
playwright support
2026-03-16 23:07:00 +08:00
朱潮
8e52b787f8
merge
2026-03-16 22:24:44 +08:00
朱潮
c27270588f
增加取消推理
2026-03-16 22:22:39 +08:00
shuirong
d2e6af5974
Merge pull request #15 from sparticleinc/prod
...
feat(CI): 添加 onprem-dev 环境的构建和部署配置
2026-03-16 16:19:41 +09:00
shuirong
0a6ec95518
feat(CI): 添加 onprem-dev 环境的构建和部署配置
...
在 CircleCI 配置中新增 onprem-dev 环境的 build-and-push 和 deploy 任务,部署到 cluster-for-B 的 onprem-dev 命名空间
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 16:18:50 +09:00
朱潮
023189e943
复制bot支持env
2026-03-16 14:02:20 +08:00
朱潮
da1352550f
实现shell_env支持
2026-03-16 13:56:24 +08:00
朱潮
5d10ed275e
Merge branch 'master' into bot_manager
2026-03-16 13:40:50 +08:00
朱潮
5a7aa06681
v2 实现shell_env支持
2026-03-16 13:39:58 +08:00
朱潮
dd6dfb7116
Merge branch 'master' into bot_manager
2026-03-16 13:32:36 +08:00
朱潮
32fd8c8656
shell_env支持
2026-03-16 13:31:59 +08:00
朱潮
786e7c2a07
Merge branch 'master' into bot_manager
2026-03-15 16:53:36 +08:00
朱潮
b8368068ae
心跳发送增加 15 秒间隔判断,发送后也更新 last_yield_time
2026-03-15 16:53:18 +08:00
朱潮
97ff629d86
默认不是单agent
2026-03-15 15:43:19 +08:00
朱潮
1eb85d624b
update requirements.txt
2026-03-14 22:24:49 +08:00
朱潮
f7e8680472
merge from master
2026-03-14 22:03:23 +08:00
朱潮
8cab0180e3
update novare
2026-03-13 21:50:57 +08:00
朱潮
7a058065c1
在 routes/skill_manager.py:669-672,解压完成后立即检测并删除 __MACOSX 目录,这样后续的 skill
...
验证流程就不会受到干扰。
2026-03-13 10:08:38 +08:00
朱潮
5de9803d0c
Merge branch 'feature/agentic_rag'
2026-03-12 19:54:31 +08:00
朱潮
9f669e1b6d
dataset支持dataset_id软连接
2026-03-12 19:54:09 +08:00
朱潮
63e6178149
Merge branch 'master' into onprem
2026-03-12 19:35:35 +08:00
朱潮
0469ea2ecd
心跳输出格式改成json
2026-03-12 19:32:37 +08:00
朱潮
83f42ef7d4
Merge branch 'master' into onprem
2026-03-12 16:57:58 +08:00
朱潮
94471c90d8
添加心跳机制
2026-03-12 16:57:44 +08:00
朱潮
dab429dafd
Merge branch 'master' into onprem
2026-03-12 11:59:53 +08:00
朱潮
082630e281
table_rag_retrieve 和 rag_retrieve 增加调用策略
2026-03-12 11:59:38 +08:00
朱潮
543b4757c7
Merge branch 'master' into onprem
2026-03-11 22:05:49 +08:00
朱潮
8640f99674
table_rag 超时时间改成300
2026-03-11 22:05:37 +08:00
朱潮
a25e54f2c3
Merge branch 'master' into onprem
2026-03-11 16:12:10 +08:00
朱潮
e3c400f663
邮箱列表大幅扩展
2026-03-11 16:08:41 +08:00
朱潮
2047f11504
Merge branch 'master' into onprem
2026-03-11 15:58:21 +08:00
朱潮
8360e1467c
已更新 description,移除了具体存储服务(Cloudflare R2、AWS S3、S3-compatible storage)的描述,只保留了文件上传操作相关的说明。
2026-03-11 12:50:54 +08:00
朱潮
21fb6c924f
remove excel-analysis
2026-03-11 12:47:37 +08:00
朱潮
2a87c6b296
Merge branch 'master' into onprem
2026-03-11 12:45:20 +08:00
朱潮
c1d2d48979
add table_rag
2026-03-11 12:25:31 +08:00
朱潮
4adf62afb7
add document skill
2026-03-11 09:27:08 +08:00
朱潮
67290f7e5e
add config/s3-upload-sparticle.yaml
2026-03-11 09:21:43 +08:00
朱潮
25272015a0
add public
2026-03-11 09:21:18 +08:00
朱潮
611bd23a7c
add skill
2026-03-11 09:02:05 +08:00
朱潮
f830b8bb08
add table_rag_retrieve
2026-03-10 16:13:48 +08:00
朱潮
38c5d1e622
修复方案:在 routes/webdav.py 中添加了一个 WSGI 中间件包装函数,在请求到达 WsgiDAV 前:
...
1. 读取 X-Forwarded-Proto 设置正确的 wsgi.url_scheme
2. 将 Destination 头中的外部 scheme/host 重写为内部实际值
2026-03-09 18:51:08 +08:00
朱潮
5d97be9557
routes/webdav.py — 完全重写,从手写 WebDAV 协议改为使用 WsgiDAV 开源库
2026-03-09 18:33:05 +08:00
朱潮
4ad1c96bf3
ALLOWED_RESOURCE_TYPES 从 {robot, dataset} 改为 {robot, docs}。现在 WebDAV 路径为:
2026-03-09 16:00:07 +08:00