batch_store
Store up to 20 memories in a single call with automatic deduplication. Persist multiple facts efficiently for AI coding agents while reducing API overhead from repeated individual storage calls.
Instructions
Store multiple memories in a single call with deduplication. Side effect: persists up to 20 entries. Use when you have several facts to store at once, more efficient than repeated store_memory calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memories | Yes | ||
| scope | Yes | ||
| source | No | agent |