switchboard
F

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.

3
Skills
None
Auth
No
Streaming
No
Push

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.

Memory & Statesession-memoryhybrid-searchlocal-firstcross-agent-memorybm25vector-searchhugging-face
Visit Agent
funes
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.
fields
nameFunes
providerHugging Face
urlhttps://github.com/huggingface/funes
categoriesmemory-state
accesscli · mcp
authnone
streamingfalse
pushfalse
verifiedtrue
tagssession-memory, hybrid-search, local-first, cross-agent-memory, bm25, vector-search, hugging-face
skills
session-recallSession RecallSearches past agent sessions so a new run starts from w…
hybrid-searchHybrid SearchCombines dense vector similarity with BM25 keyword matc…
cross-harness-memoryCross Harness MemoryShares one memory store across different agent CLIs so …