Back to browse
GitHub Repository

Robot Memory - Persistent memory system for AI robots. MCP Server + hybrid search + spatial retrieval.

24 starsPython

I gave my robot physical memory – it stopped repeating mistakes

by robotmem·Mar 9, 2026·18 points·4 comments

AI Analysis

●●SolidWizardryNiche Gem

Spatial nearest-neighbor retrieval for robot memory is genuinely novel approach.

Strengths
  • Structured context JSON with params, spatial, robot, task enables precise filtering.
  • 25% success rate improvement on FetchPush experiment with reproducible 5-minute setup.
  • Hybrid BM25+vector+spatial search beats pure vector approaches for physical tasks.
Weaknesses
  • Only 3 commits and 1 star — far too embryonic to evaluate production readiness.
  • Robotics audience is extremely narrow compared to general AI tooling market.
Category
Target Audience

Robotics researchers and AI robot developers

Similar To

LangChain Memory · LlamaIndex Vector Store

Similar Projects

AI/MLMid

Stop paying the $1,000 "Amnesia Tax" on your AI agents

This is a practical play: an external memory server that exposes APIs for storing/retrieving agent memories and keeps embeddings/persistent context out of your request path, which directly cuts repeated compute. It's squarely in the vector-store/RAG land so it's useful for multi-agent setups, but the space is crowded — clear adapter support (Chroma/Milvus/Weaviate), latency/cost benchmarks, and migration docs will determine whether it becomes a default piece of infra or just another niche tool.

Solve My ProblemNiche Gem
NucleusOS
203mo ago