chimera_causal
Build and analyze causal graphs by adding edges with cause-effect relationships, querying paths, and retrieving information about the graph structure.
Instructions
Causal graph. Actions: add_edge, query, paths, info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | info | |
| cause | No | ||
| effect | No | ||
| edge_type | No | causes | |
| strength | No | ||
| confidence | No | ||
| confidence_level | No | observed | |
| source | No | ||
| target | No |