- 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.
4 lines
96 B
Python
4 lines
96 B
Python
"""Graph Memory TUI - Terminal User Interface for Graph Memory System"""
|
|
|
|
__version__ = "0.1.0"
|