cuba_pizarra
Manage working memory temporarily: store inter-step plans, tentative observations, and cross-tool reminders with automatic expiration. Supports write, read, and clear operations.
Instructions
Working memory buffer (v0.9, Baddeley 1992): a TTL-bounded scratchpad orthogonal to episodic and semantic memory. Use for inter-step plan state during long-horizon agent tasks, tentative observations, cross-tool-call reminders inside one session. Auto-expire by ttl_seconds; bulk-purged by cuba_zafra REM cycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag for filtering on read/clear | |
| action | Yes | Working-memory operation | |
| content | No | Content to store (for write) | |
| ttl_seconds | No | Time-to-live in seconds (default 3600) |