Memory
Visible, removable facts an agent retains about the user or ongoing work.
Loading component preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/memory.jsonAPI reference
Memory
| Prop | Type | Default | Description |
|---|---|---|---|
items | MemoryItem[] | — | Provides categorized remembered facts. |
onRemove | (id: string) => void | — | Forgets a selected fact. |
onAdd | () => void | — | Starts a new memory flow. |