validate_hypothesis_packet
Checks a hypothesis packet for missing citations, evidence, lineage, or scores, returning valid status and actionable issues. Use before verification to catch problems early.
Instructions
Validate a Co-Scientist hypothesis packet before verification.
AUTOMATIC TRIGGERS - Call this when:
A generation agent proposes a hypothesis packet
Before saving a hypothesis packet artifact
Before sending a hypothesis to a verification session
You need actionable errors for missing citations, evidence, lineage, or scores
WORKFLOW POSITION: Gate every packet before verification. If valid=False, fix the returned issues before continuing.
PARAMETERS:
packet: JSON-compatible hypothesis packet object
Returns valid status, issue count, and actionable validation issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packet | Yes |