whim_context_set
Store text in a named context slot to preserve key information across agent sessions. Use it to save project state, user preferences, or plans that must survive restarts.
Instructions
Store text in a named context slot. Use for persistent memory that survives across agent sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Context slot name (e.g., "project_state", "user_prefs"). Must not contain dots. | |
| text | Yes | The text to store | |
| namespace | No | Optional namespace (default: "default"). Must not contain dots. |