validate_memo
Check whether an Agenda memo conforms to the required schema. Reports any structural errors without scoring truthfulness or editing content.
Instructions
Validate an Agenda memo against agenda-memo.schema.json. Use after a host model or external process drafts a memo and before treating it as an Agenda Intelligence artifact. Pass the parsed memo as memo_json. Returns validity and schema errors; it does not score truthfulness, retrieve sources, or rewrite the memo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo_json | Yes | Parsed Agenda memo JSON object to validate against the output schema. |