composed_graph
Query composition memory to retrieve recent lanes, neighbors, never-composed pairs, or bounty-mode lanes. Label outcomes with statuses like helpful, dead_end, or duplicate_risk.
Instructions
ComposedGraph memory topology. Reads durable composition events, members, and outcome labels; returns recent/already-composed lanes, neighbors, never-composed pairs, bounty-mode lanes, and lets users label outcomes such as helpful, submitted, accepted, rejected, duplicate_risk, needs_poc, or dead_end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tag filter for never_composed and bounty_mode. | |
| limit | No | Maximum rows to return (default 10, max 100). | |
| notes | No | Optional outcome notes. | |
| action | Yes | ComposedGraph action to run. | |
| event_id | No | Composition event id for get/label actions. | |
| memory_id | No | Memory id for memory/neighbors actions. | |
| label_source | No | Where the outcome label came from (default: user). | |
| outcome_type | No | Outcome label for label action. | |
| confidence_delta | No | Optional confidence adjustment for this outcome. |