validate_memo
Validate an Agenda memo against the output schema to identify structural errors before treating it as an artifact. Returns validity and schema errors.
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. |