Store a plan template
plan_cache_putStore a structured plan under a task description for later semantic reuse. Replace existing plan when the same task description is used.
Instructions
Store a structured plan template keyed by task_description for later semantic reuse. Use after you have a working plan. Do not use for episodic facts (memory_write). Mutating; same task_description overwrites the exact key. Auth: tool policy gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Structured plan object, typically including a steps list. | |
| task_description | Yes | Natural-language key the plan is stored and later looked up under. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||