td_memory_learn
Analyze a network subtree, auto-detect its complexity, and extract a reusable technique recipe for persistence.
Instructions
Analyze a network subtree and extract a reusable technique recipe.
Auto-detects complexity:
small (<10 nodes): full recipe with all params and expressions
medium (10-20): full recipe
large (>20): structure summary + key params only
Returns the technique dict — pass it to td_memory_save to persist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable name for this technique. | |
| path | Yes | Root path of the network subtree to analyze. | |
| tags | No | Tags for categorization. | |
| max_depth | No | Max child depth to walk. | |
| description | No | What this technique does. |