memory_hipotesis
Find plausible causes of an observed effect by traversing causal relations backward, ranked by path strength and importance. Read-only.
Instructions
[alias of cuba_hipotesis] Abductive inference: find plausible causes of an observed effect. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max hypotheses to return (default 10, max 50) | |
| action | Yes | explain: traverse causal relations backwards from `effect`, ranked by path_strength × importance. | |
| effect | Yes | Entity name representing the observed effect | |
| max_depth | No | Max causal chain hops (default 3, max 5) |