coherra_remember
Store a structured fact into persistent memory with category, name, value, and optional confidence or source tags for auditability.
Instructions
Store a structured fact in Sibyl Memory using Coherra's schema.
Wraps memory_remember with a versioned body shape so all Coherra
entities are uniform and auditable.
Args: category: Logical grouping, e.g. "people", "projects", "prefs". name: Unique-within-category key, e.g. "alice", "acme-deal". value: The fact to store — any JSON-serialisable value. confidence: Optional float 0.0–1.0 expressing certainty. source: Optional provenance tag: "conversation", "tool", "inference", etc.
Returns: {"ok": True, "category": ..., "name": ...} on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| source | No | ||
| category | Yes | ||
| confidence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||