PepPA / examples /compiled_plan.json
pranamanam's picture
Upload 97 files
98bde72 verified
Raw
History Blame Contribute Delete
677 Bytes
{
"task_hash": "source_data_example",
"evidence_snapshot_hash": "examples/source_records.json",
"hypotheses": [],
"obligations": [],
"nodes": [
{
"id": "01",
"tool": "normalize",
"revision": "1",
"inputs": [
"raw"
],
"outputs": [
"normalized"
],
"cost": 1,
"attempts": 1
},
{
"id": "02",
"tool": "report",
"revision": "1",
"inputs": [
"normalized"
],
"outputs": [
"release_report"
],
"cost": 1,
"attempts": 1
}
],
"required": [
"release_report"
],
"budget": 2,
"seed": 2027,
"diagnostics": []
}