validate_memo
Validate a drafted Agenda memo against the output schema. Returns validity status and schema errors to ensure the memo is well-formed before treating it as an 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. |