validate_memo
Validate an Agenda memo against the required schema. Pass the parsed memo JSON to receive validity and schema errors before accepting it as an Agenda Intelligence artifact.
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. |