Commit Graph

26 Commits

Author SHA1 Message Date
f65f1ca3c1 docs: 精简 README,添加项目背景故事,文档外链到 docs/
- 精简主 README(231行 → 104行)
- 核心叙事:添加故事的开头章节
- 移除技术细节,链接到 docs/ 目录
- 修正用词:参数量→海量参数,正向传播→前向传播
2026-04-14 12:15:00 +08:00
9873d91224 docs: 修正文档与代码实现一致,添加 model 参数描述,区分源码/打包运行模式 2026-04-14 12:00:57 +08:00
abd701fd4e feat: 添加应用图标和README Logo
- 添加 Windows ICO 图标

- 添加 macOS iconset 图标源文件

- 添加 README Logo 图片

- 更新打包脚本添加图标配置
2026-04-13 23:23:11 +08:00
7a31bb05b0 update: 更新文件 README.md
Signed-off-by: JianFeeeee <2198972886@qq.com>
2026-04-13 12:42:55 +08:00
0e94eb30bf update: 更新文件 README.md 2026-04-13 12:04:39 +08:00
ac39c711e0 update: 更新文件 README.md
Signed-off-by: JianFeeeee <2198972886@qq.com>
2026-04-13 10:42:53 +08:00
19c54d66cc update: 更新文件 README.md
Signed-off-by: JianFeeeee <2198972886@qq.com>
2026-04-13 10:19:50 +08:00
15465dffb6 update: 更新文件 README.md
Signed-off-by: JianFeeeee <2198972886@qq.com>
2026-04-13 10:02:50 +08:00
9bb7609f43 update: 更新文件 README.md
Signed-off-by: JianFeeeee <2198972886@qq.com>
2026-04-13 10:01:59 +08:00
9a12d3ac36 update: 更新文件 README.md
Signed-off-by: JianFeeeee <2198972886@qq.com>
2026-04-13 09:30:35 +08:00
d8b1ccda27 update: 更新文件 README.md
添加特别鸣谢
2026-04-13 09:19:32 +08:00
a846671c34 docs: 更新文档并修正打包脚本
- 新增 docs/api.md 后端API文档

- 修正文档中启动流程示例

- 移除不存在的F4快捷键

- 前端直接工具调用不受次数限制

- 打包脚本添加 config_service hidden-import

- Linux脚本添加python3检查
2026-04-13 08:36:41 +08:00
178c45c410 complete: comprehensive tests and docs update
- 37 tests covering core, ui, and integration
- TestPacketType, Packet, BackendServer, BackendClient tests
- UI component imports and functionality tests
- Integration workflow tests
- Updated README.md with new architecture
- Updated docs/架构.md with packet protocol
2026-04-12 20:54:07 +08:00
83906a6985 refactor: restructure to core/ + ui/ with multi-threaded backend 2026-04-12 18:15:55 +08:00
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
e8eb8ad9d0 README: add prominent GPLv3 license declaration at top 2026-04-12 16:55:19 +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
7fe56e8319 Docs: sync README with actual repository, remove footer 2026-04-12 16:04:14 +08:00
371d5f9ec8 chore: 清理敏感信息,完善工程结构和文档 2026-04-11 10:54:21 +08:00
4bc5bd3e41 feat: Create TUI-like web interface
- Redesign web interface to match TUI layout
- Left panel: message history and input
- Right panel: config and operation log
- Dark theme with terminal style
- Add keyboard shortcuts (Ctrl+Enter)
- Add real-time status updates
- Improve API endpoints
- Update documentation
2026-04-10 16:08:33 +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
987768d835 refactor: rename to Graph Memory Demo, remove OpenClaw branding 2026-04-09 08:44:44 +08:00
d06472394b 添加 README.md 2026-04-08 11:43:38 +00:00