Commit Graph

26 Commits

Author SHA1 Message Date
d8da45bc97 fix: 修复前后端启动问题,添加 BACKEND_PORT 配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
2026-04-22 01:34:34 +08:00
a869d884b7 docs: 更新文档路径引用,移除硬编码密钥,修复 Docker 配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 7m1s
2026-04-22 00:43:06 +08:00
38646001e6 构建报错
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 11m27s
2026-04-21 23:15:35 +08:00
bc8ee87ef6 添加配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
2026-04-21 22:32:42 +08:00
efa8bbcd03 添加配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5m11s
2026-04-21 22:07:20 +08:00
e2eaac9498 修改配置 2026-04-21 18:41:14 +08:00
08826c70a3 容器处理 2026-04-21 16:27:05 +08:00
726236eaff 重构代码,实现相对导入
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5m26s
2026-04-21 10:26:37 +08:00
37e021e302 修改容器生成
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 52m4s
2026-04-21 00:20:55 +08:00
8d4fc76a95 修改容器生成
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 6m16s
2026-04-21 00:00:56 +08:00
396d09882f 项目引用修改
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 6m55s
2026-04-20 23:11:07 +08:00
2503ed54ac 添加依赖
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1h37m19s
2026-04-20 18:19:25 +08:00
b15f8e1ef4 容器使用包bug
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m14s
2026-04-20 17:48:57 +08:00
cc8ef41ef9 RAG数据库生成 2026-04-19 15:01:40 +08:00
6042d4a476 fix: 移除 Dockerfile.backend 中对已被 git 忽略的 data/ 目录的复制
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 40m4s
2026-04-17 01:37:14 +08:00
404efde282 添加长期存储,流式检查
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
2026-04-17 01:26:05 +08:00
602d551fd1 配置修改
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-16 04:36:50 +08:00
a5b8820d13 修改端口信息
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 12m40s
2026-04-16 00:31:33 +08:00
a92a220ff3 采用向量数据库实现长期记忆
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
2026-04-15 23:52:13 +08:00
8dd94c6c19 添加长期记忆
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-14 17:34:12 +08:00
1bea2491c5 端口访问
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 26s
2026-04-14 03:12:23 +08:00
065afe533c 重新部署
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-14 02:48:27 +08:00
8eccec3fb8 feat: 适配 Nginx /ai/ 路径前缀
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m25s
2026-04-14 02:37:42 +08:00
ebbd73ddf0 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m17s
docs(quickstart): 更新快速开始文档以支持Nginx反向代理配置

- 修改环境变量配置方式,从直接创建.env文件改为复制模板文件
- 添加必需和可选配置项的详细说明
- 更新Docker Compose启动命令以使用正确的路径
- 增加Nginx反向代理访问方式的说明
- 为本地开发模式添加额外的数据库配置说明

fix(readme): 修正部署说明中的环境变量配置方法

- 将硬编码的环境变量配置改为使用模板文件复制方式
- 更新Docker Compose启动命令路径
- 补充Nginx反向代理访问说明
- 修正数据库配置注意事项

feat(backend): 支持从环境变量读取数据库连接配置

- 添加os模块导入
- 修改DB_URI配置逻辑,优先从环境变量读取
- 适配Docker和本地开发环境的不同数据库连接地址

refactor(docker): 优化Docker Compose配置支持Nginx代理

- 限制后端端口仅本机访问
- 修改前端API URL为相对路径,通过Nginx代理访问
- 限制前端端口仅本机访问

refactor(frontend): 适配Nginx反向代理后端API调用

- 将硬编码的后端API地址改为相对路径
- 支持通过Nginx代理转发请求到后端服务

chore(scripts): 更新启动脚本中的访问地址提示信息

- 修改前端启动成功后的访问地址提示
- 添加Nginx代理访问方式的说明
```
2026-04-14 01:44:55 +08:00
93ec2b5b8e 修改
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 25m13s
2026-04-14 01:10:02 +08:00
22cc9b1096 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1s
docs(.gitignore/README/QUICKSTART): 更新文档和忽略配置

- 添加IDE配置、日志和数据文件到.gitignore
- 重构QUICKSTART.md,提供Docker Compose和本地开发两种部署方式
- 更新README.md,优化项目介绍和架构说明
- 移除旧的agent.py和backend.py文件
```
2026-04-13 23:57:16 +08:00