File size: 878 Bytes
c8b81d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f04efb4
c8b81d0
95cca8e
c8b81d0
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
pretty_name: funes memory store
tags:
  - funes
  - agent-memory
  - agent-traces
  - embeddings
  - lance
size_categories:
  - 10K<n<100K
---

# funes memory store

A [funes](https://github.com/huggingface/funes) memory store: agent sessions chunked,
embedded, and stored as a [Lance](https://lancedb.github.io/lance/) table — a derived
index holding verbatim passages with exact provenance, not raw transcripts.

Any agent (or you) can recall from it directly — no local index needed:

```bash
funes recall "what did we decide about …" --store huggingface/funes-memory
```

Get funes:

```bash
curl -fsSL https://huggingface.co/buckets/huggingface/funes/resolve/install.sh | sh
```

<!-- funes:stats -->
| | |
|---|---|
| Chunks | 22,597 |
| Embedding model | `unknown` |
| Updated | 2026-07-20 |
<!-- /funes:stats -->

*Published and kept current by `funes push`.*