ztxiao
|
e356b3fcec
|
feat: integrate provisioner sandbox and shared thread file APIs
|
2026-03-04 08:53:50 +08:00 |
|
肖泽涛
|
ffb32ed242
|
merge: reconcile main with origin/main
|
2026-02-27 18:19:14 +08:00 |
|
Wenjie Zhang
|
80f97cc2d9
|
fix(attachments): 优化附件状态同步逻辑,修复 files 覆盖问题
|
2026-02-25 11:42:31 +08:00 |
|
肖泽涛
|
5b101bbbc9
|
fix(attachments): preserve runtime files when syncing upload state
|
2026-02-21 01:51:41 +08:00 |
|
肖泽涛
|
dcb3d2c939
|
fix(attachments): merge state files by /attachments namespace
|
2026-02-21 00:59:29 +08:00 |
|
肖泽涛
|
bfae184e1c
|
fix(attachments): sync thread state on upload/delete
|
2026-02-21 00:50:57 +08:00 |
|
Wenjie Zhang
|
1f5636520e
|
style: 统一代码格式和 import 顺序
- 调整 Python 文件 import 顺序,遵循标准库→第三方库→项目模块顺序
- 统一字符串引号风格为双引号
- 优化 Vue 组件 console.log 格式
- 压缩 import 语句为单行
- 清理不必要的空行
|
2026-02-13 22:29:20 +08:00 |
|
Wenjie Zhang
|
44e41bbb5a
|
refactor: 简化附件处理架构,使用 StateBackend 替代 MinIO
- 移除 MinIOBackend 和复合存储后端,统一使用 StateBackend
- 依赖 LangGraph checkpointer 自动恢复 state(attachments, files)
- 前端适配 StateBackend 字典格式文件结构
- 优化 @提及 文件搜索逻辑,支持路径匹配
|
2026-02-13 22:16:11 +08:00 |
|
Wenjie Zhang
|
a5d55d6c37
|
refactor(storage): 重构对话数据库模型与存储管理
将业务数据模型从SQLite迁移至PostgreSQL,统一使用models_business.py
删除旧的SQLite模型和ConversationManager,新增repository和服务层
优化时间处理工具函数,增加utc_now_naive和format_utc_datetime
重构前端组件代码格式,统一多行导入和长字符串的换行风格
|
2026-01-24 10:56:31 +08:00 |
|