Commit Graph

10 Commits

Author SHA1 Message Date
377102b2a0 重构构建文件: 移入build/目录
- 创建build/存放构建脚本
- 清理遗留graph_memory_tui/web引用
- 入口改为trulymem_entry.py
- 更新文档路径
2026-04-12 17:12:04 +08:00
1575a92dd8 Revert "重构构建文件: 移入build/目录"
This reverts commit 95c96a3346c035da73a3f79011b527cc66b9602e.
2026-04-12 17:09:06 +08:00
cb48cbe968 重构构建文件: 移入build/目录
- 创建build/目录存放构建脚本
- 清理遗留的graph_memory_tui/web引用
- 更新文档中的构建命令路径
- 入口文件改为trulymem_entry.py
2026-04-12 17:07:42 +08:00
0d8a7592ad Docs: sync all docs with actual code implementation
Changes:
- README.md: Fix executable download wording (not pre-built)
- 架构.md: Remove Cypher references (no Cypher in SQLite mode), note cypher_query_box is display-only
- 一键启动指南.md: Remove deleted scripts (start.bat, install.bat), remove made-up startup timings
2026-04-12 16:42:57 +08:00
1d11ad6c9a update: 更新文件 README.md
Signed-off-by: JianFeeeee <2198972886@qq.com>
2026-04-12 16:11:19 +08:00
b4f509de50 Fix: F3 tool details toggle, sidebar width, and sync docs with code
- Fix F3 tool details: use display:none/block instead of re-compose
- Increase sidebar width from 40 to 70 for readability
- Sync 一键启动指南.md with actual entry points (trulymem_entry.py)
- Rewrite 工作记忆链机制说明.md with actual task_* tool APIs
- Rewrite 架构.md with actual file structure (38 Python files)
- Update docs/README.md with complete feature list
2026-04-12 16:01:21 +08:00
2804ec6080 feat: 添加工作记忆链机制,支持连续性任务状态跟踪 2026-04-11 12:39:25 +08:00
371d5f9ec8 chore: 清理敏感信息,完善工程结构和文档 2026-04-11 10:54:21 +08:00
e9df29a988 docs: Update README and clean up documentation
- Rewrite README with clear structure
- Remove redundant documentation files
- Update startup guide
- Add API documentation
- Add FAQ section
- Simplify project structure
2026-04-10 15:55:07 +08:00
6689f08456 feat: Add embedded SQLite database and web interface
- Implement EmbeddedGraphDB with full Neo4j compatibility
- Add web interface for browser access
- Fix input box display issue
- Add comprehensive database tests (15/15 passed)
- Simplify startup script (3 steps, no Docker needed)
- Add multi-language support
- Add .gitignore for clean repository
- Update documentation

All tests passed. Ready for production.
2026-04-10 15:43:22 +08:00