Cookbook
Practical recipes for common RunProof tasks.
Recipes
Getting Started
- Basic LangGraph — Generate your first RunProof from a LangGraph workflow
Verification
- Verify a Proof — Use CLI, Python, or Web UI to verify proofs
Distribution
- Add a Badge — Show verification status in your README
Quick Examples
Generate a Proof
pip install substr8-core substr8-cli langgraph
python your_agent.py # outputs runproof.jsonVerify a Proof
substr8 proof verify runproof.jsonInspect Details
substr8 proof inspect runproof.json --eventsMore Coming Soon
- Multi-agent workflows
- Human-in-the-loop patterns
- Policy enforcement
- Chainable proofs (lineage)
Have a recipe request? Open an issue.