Graph Memory TUI - Web Interface

Welcome!

This is the web interface for Graph Memory TUI.

For full functionality, please use the TUI application.

API Endpoints

POST /api/chat

Send a chat message

{"message": "your message"}

POST /api/memory/recall

Recall memories

{"query_intent": "keywords"}

POST /api/memory/commit

Commit memories

{"triplets": [...]}

GET /api/memory/introspect

Get database statistics

GET /api/config

Get current configuration