decompose_and_store
Break down complex content into atomic facts, store them as linked memory nodes with inferred edges for efficient retrieval.
Instructions
Break long or complex content into atomic memory nodes, store them automatically, and create inferred edges. Use for notes, summaries, or multi-fact passages. Returns the stored subgraph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Long-form content to decompose into memory nodes. | |
| context | No | Optional background that helps classify and connect extracted memories. |