record_batch
Store multiple atomic memories in a single call—facts, lessons, goals, plans, activities, milestones—for persistent, local-first recall.
Instructions
⚡ PREFERRED for any message with multiple memories - stores N atomic items in ONE call (each ~3-5s of agent thinking saved vs separate record_* calls). items: list of dicts, each with a type: fact{content,importance} | fact_tree{main,subfacts[],importance} | lesson{content,project?} | goal{title,status,due_at} | plan{title} (future intent) | activity{content,kind} | milestone{chain_name,title,state}. ONE record_batch per turn; use ABSOLUTE dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||