validate_subagent
Validate subagent responses from graph traversal to ensure required fields like concept, key_relationships, recommendation, and discovered_ids have correct types through structural validation.
Instructions
VALIDATE — Schema validation for subagent responses from scatter-gather graph traversal. Checks that a subagent response contains the required fields (concept, key_relationships, recommendation, discovered_ids) with correct types. Returns validation result with errors and warnings. No LLM calls — pure structural validation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes | The JSON object returned by a graph-analysis subagent |