Skip to content

v0.2.0

Latest

Choose a tag to compare

@vicquick vicquick released this 06 Mar 16:58
· 582 commits to main since this release

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+