submit_hypothesis
Store a validated hypothesis packet into a Co-Scientist run, enabling indexing and subsequent ranking or verification without passing large JSON through chat.
Instructions
Submit a validated hypothesis packet to a Co-Scientist run.
AUTOMATIC TRIGGERS - Call this when:
A generation session has produced a hypothesis packet
You need to persist a packet before ranking or verification
You want run state to index the packet without copying large JSON into chat
WORKFLOW POSITION: Use during the generation phase after validate_hypothesis_packet passes.
PARAMETERS:
run_id: Co-Scientist run ID
hypothesis_packet: JSON-compatible hypothesis packet
created_by: Optional submitting agent ID or model identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| created_by | No | ||
| hypothesis_packet | Yes |