handoff_audit
Audit a handoff between two chain stages: a context capsule of verified facts from the prior stage, and (if proposed_data is given) a compatibility verdict that catches fields mutated in transit. Siblings: create_chain, submit_chain_stage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | GeodesicAI API key (gai_...) | |
| chain_id | Yes | Chain identifier returned by create_chain | |
| to_stage | Yes | Stage about to start (agent B) | |
| from_stage | Yes | Completed stage name (agent A) | |
| proposed_data | No | Data agent B intends to submit; checked for mutation against agent A's verified fields |