Wenjie Zhang
|
d433f56aaf
|
refactor: 将沙盒虚拟路径前缀更新为 /home/yuxi/user-data
- 将代码库中所有对 /mnt/user-data 的引用更改为 /home/yuxi/user-data。
- 更新测试用例以反映新的路径结构。
- 调整 Docker 配置以使用新路径。
- 修改文档以与新的路径约定保持一致。
- 增强沙盒配置器中文件读取操作的错误处理。
- 改进代理文件管理系统中的附件处理。
|
2026-03-25 05:26:00 +08:00 |
|
Wenjie Zhang
|
969330a7e7
|
Merge branch '0.6.0-dev' into feat/agent-sandbox
|
2026-03-25 03:36:08 +08:00 |
|
Wenjie Zhang
|
fc58e8e8ef
|
refactor: 将 docker-compose.prod.yml 中的环境变量提取到 anchor 中以简化配置
|
2026-03-24 11:09:53 +08:00 |
|
Wenjie Zhang
|
fb7fd6fae5
|
chore: 移除多余的 profile,并调整 MINIO 的容器名
|
2026-03-24 11:09:48 +08:00 |
|
Wenjie Zhang
|
1182be37c8
|
fix: 修复 lite 模式的启动问题
|
2026-03-24 11:09:47 +08:00 |
|
Wenjie Zhang
|
2ed4f08cf7
|
chore: 更新生产部署的 compose 文件
|
2026-03-24 11:09:47 +08:00 |
|
Wenjie Zhang
|
d62328d73b
|
chore: Bump project version to 0.6.0-dev across backend, web, and Docker configurations
|
2026-03-24 11:09:47 +08:00 |
|
ztxiao
|
2db44f7999
|
chore: 提交当前代码
|
2026-03-05 22:50:38 +08:00 |
|
ztxiao
|
e356b3fcec
|
feat: integrate provisioner sandbox and shared thread file APIs
|
2026-03-04 08:53:50 +08:00 |
|
肖泽涛
|
76e247052e
|
Revert "fix(web): use env flag to hide graph menu at build time"
This reverts commit e2060de810.
|
2026-03-01 17:53:40 +08:00 |
|
肖泽涛
|
e2060de810
|
fix(web): use env flag to hide graph menu at build time
|
2026-02-28 17:13:51 +08:00 |
|
肖泽涛
|
85480dbdc0
|
feat: migrate chat streaming to async run queue + SSE
|
2026-02-27 18:19:13 +08:00 |
|
Wenjie Zhang
|
27931d31f7
|
Update MINERU_API_URI port in production config
|
2026-01-28 09:54:15 +08:00 |
|
Wenjie Zhang
|
52f7abf50e
|
fix: 更新 mineru 服务的环境变量
- 理论上如果是本机部署,就不需要配置环境变量
|
2026-01-27 20:53:30 +08:00 |
|
Wenjie Zhang
|
57698e314b
|
fix: 更新 mineru 容器名称为 mineru-vllm-server,并在初始化脚本中添加 PostgreSQL 镜像
|
2026-01-27 16:00:22 +08:00 |
|
Wenjie Zhang
|
a8b7a37dca
|
feat: 更新版本号至 0.5.0-beta
|
2026-01-24 12:06:49 +08:00 |
|
Wenjie Zhang
|
d538527e7a
|
chore(database): 优化镜像配置与部分 SQLite 残留
|
2026-01-24 10:56:31 +08:00 |
|
Wenjie Zhang
|
a7d4814931
|
fix(lightrag-milvus): 添加默认的 MILVUS_DB_NAME 环境变量(不知道为啥突然有这个 bug)
|
2026-01-20 15:25:50 +08:00 |
|
Wenjie Zhang
|
38e389cf42
|
feat(deployment): 添加生产环境部署配置和文档
新增 docker-compose.prod.yml 生产环境配置
添加生产部署指南文档
更新 .gitignore 忽略 .env.prod 文件
优化 nginx 配置保持 /api/ 前缀
升级 Python 基础镜像到 3.12
添加 nginx 镜像到 Makefile
使用国内镜像源加速 pnpm 安装
|
2025-12-03 12:59:43 +08:00 |
|