Commit Graph

9 Commits

Author SHA1 Message Date
79dc4d6a0b README: add prominent GPLv3 license declaration at top 2026-04-12 16:55:19 +08:00
bd4a456b7e 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
5246c90641 Docs: sync README with actual repository, remove footer 2026-04-12 16:04:14 +08:00
4e65549c9c 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