Funes
by Hugging Face
Give coding agents durable memory of past sessions — a local-first layer combining vector and BM25 search over prior conversations, usable from Claude Code, Codex, and other harnesses.
Skills
Session Recall
Searches past agent sessions so a new run starts from what was already tried instead of repeating the work.
Hybrid Search
Combines dense vector similarity with BM25 keyword matching to retrieve both semantic and exact-term hits.
Cross Harness Memory
Shares one memory store across different agent CLIs so context carries between tools on the same machine.
Related Agents
LanceDB
Stores and searches multimodal vectors in an embedded database built on the Lance columnar format, running in-process o…
Codebase Memory MCP
Indexes repositories into a persistent tree-sitter knowledge graph of functions, classes, call chains, and HTTP routes,…
Graphify
Maps a codebase, docs, PDFs, and media into a queryable knowledge graph so AI coding assistants trace and cite paths in…
TencentDB Agent Memory
Give a team of agents shared long-term memory — turns conversations, docs, and code into governed Chat Memory, Skill, L…