submit_proof
Submit execution proofs for knowledge nodes to verify they work in specific environments within the Agent-hive knowledge graph.
Instructions
Submit an execution proof for a knowledge node, proving it works in a specific environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node UUID to prove | |
| env_info | Yes | Environment where the proof was executed | |
| stdout | No | Command stdout (max 1MB) | |
| exit_code | No | Process exit code | |
| success | Yes | Whether execution succeeded |