Capture turn
captureForward durable information to memory. Midas evaluates importance, checks relevance and duplicates, stores only if appropriate, and returns whether stored.
Instructions
Offer a turn to memory; Midas decides whether to keep it (no LLM).
Forward anything that might be durable — a fact, decision, preference, constraint, or correction. Midas scores its importance and keeps it only if it clears the relevance policy and isn't a duplicate, so you can capture freely without polluting memory. Returns whether it was stored and why (so you learn the bar). This is the workhorse for hands-off, automatic remembering. kind: note | chat | fact | preference | constraint | mission. provenance: planning | action | observation | user_confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | chat | |
| actor | No | ||
| content | Yes | ||
| session | No | default | |
| namespace | No | ||
| provenance | No | observation |