重构构建文件: 移入build/目录

- 创建build/目录存放构建脚本
- 清理遗留的graph_memory_tui/web引用
- 更新文档中的构建命令路径
- 入口文件改为trulymem_entry.py
This commit is contained in:
root
2026-04-12 17:07:42 +08:00
parent cb3fa014cb
commit cb48cbe968
5 changed files with 4 additions and 109 deletions

View File

@ -167,10 +167,10 @@ pytest tests/
```bash
# Windows
python build_windows.bat
bash build/build_windows.bat
# Linux
bash build_linux.sh
bash build/build_linux.sh
```
---