open_partition
Opens a scoped memory partition for agents or processes, applying a record cap and age limit to manage data lifecycle.
Instructions
Open a memory partition: a named scope per agent or per process with a size cap and an expiry (the CNIL's
2026 note on agentic AI). Writes made with remember_in_partition are tagged into it; sweep_partitions
applies the expiry and cap with tombstones; close_partition ends the process (a context partition erases
its records at close). kind is context, process or agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | process | |
| name | Yes | ||
| agent | No | ||
| max_records | No | ||
| max_age_days | No |