memory_world_set
Store verified world knowledge from external sources with citations, keeping it separate from user facts. Newer sourced values automatically replace outdated ones.
Instructions
Assert a canonical WORLD fact — sourced EXTERNAL knowledge (versions, prices, who-holds-a-role, research findings), kept separate from user/project facts. Route verified web/docs findings here, with the citation. A newer source supersedes an older value at the same slot.
Returns: {action: inserted|confirmed|superseded|rejected, ...record}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The externally-sourced value. | |
| entity | Yes | The slot's subject. | |
| attribute | Yes | The slot's attribute. | |
| confidence | No | Source confidence, 0..1. | |
| source_url | No | http(s) citation URL; any other scheme is rejected. | |
| content_hash | No | Hash of the fetched source, for change detection. | |
| retrieved_at | No | Epoch seconds the source was fetched. | |
| source_quote | No | The 1-2 sentences the claim was extracted from. | |
| freshness_class | No | Trust decay applied at read time: ``evergreen`` never decays, ``slow`` is months, ``volatile`` is weeks. | volatile |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||