nobrainr v0.2.0
First public release. Collective agent memory with knowledge graph.
Features
- 16 MCP tools: store, search, query, update, delete, entity graph, feedback, reflect, import
- Semantic search with relevance ranking (similarity + recency + importance)
- Automatic entity extraction and knowledge graph (Ollama structured output)
- On-write memory deduplication (vector + LLM merge)
- Background scheduler: summarize, consolidate, synthesize, enrich, distill
- ChatGPT and Claude memory importers
- Vue 3 dashboard with interactive graph visualization
- Docker Compose self-contained deployment
- CLI: serve, status, search, import
Stack
- PostgreSQL 18 + pgvector (HNSW)
- Ollama (nomic-embed-text + qwen2.5:7b)
- FastMCP SSE transport
- Python 3.12+