agent-graph-mcp 0.3.0

Run 9 agents at once — MCP server for graph-orchestrated LLM workflows with parallel fan-out (up to 16 nodes), checkpoint/resume, HITL approvals, HMAC receipts
Documentation
1
2
3
4
5
6
#!/usr/bin/env python3
import json,sys
x=json.load(open(sys.argv[1])) if len(sys.argv)>1 else {}
for a in x.get('advisories',{}).get('list',[]):
 print(a.get('id','unknown'), 'unknown')
print('advisory adjudication input accepted')