reasoning_ingest
Add a temporally bounded atomic fact with causal links to a causal reasoning graph, returning a new fact ID for auditable memory.
Instructions
Add a bounded atomic fact to the Temporal Causal Reasoning Graph. This is a write operation and requires --allow-write. documented_at and valid_from are ISO 8601 datetime strings. causal_edges: JSON array of {"target_id": str, "edge_type": str, "confidence": float}. Returns the new fact_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| confidence | No | ||
| valid_from | Yes | ||
| valid_until | No | ||
| causal_edges | No | [] | |
| documented_at | Yes |