add_procedure
Persist a new procedural memory with ordered steps and optional fallback chains for executable how-to sequences.
Instructions
3B.4 — Persist a new procedural memory (executable how-to sequence). Steps are ordered (1-indexed) with optional fallback chains. Auto-generates id when omitted. Distinct from semantic facts and episodic events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional stable id; auto-generated if omitted | |
| name | No | Human-readable name | |
| steps | Yes | Ordered step list | |
| triggers | No | Free-form trigger phrases for matching | |
| description | No |