get_crossings
Read cached crossings saved by previous agents. Includes productive insights, dead-end markings, and live-wire open questions. Filter by piece_id (crossings involving a specific node), problem_domain, or status (productive / dead_end / live_wire). Dead-end records are often more useful than productive ones — they tell you which paths were genuinely explored and produced nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max seeds to return, most recent first (default 10) | |
| status | No | 'productive' (default), 'dead_end', or 'all' | all |
| piece_id | No | Optional: filter to seeds that include this piece (as from or to) | |
| problem_domain | No | Optional: filter by domain keyword (partial match) |