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

- 创建build/存放构建脚本
- 清理遗留graph_memory_tui/web引用
- 入口改为trulymem_entry.py
- 更新文档路径
This commit is contained in:
root
2026-04-12 17:12:04 +08:00
parent 1575a92dd8
commit 377102b2a0
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
```
---