Featured Examples
- Banking77 Classification: Customer messages in, intent labels out. Train a policy graph for 77-class classification without hand-authored rules. See the Banking77 cookbook.
- Crafter Verifier: Agent traces in, calibrated scores out. Train a verifier graph to evaluate agent performance using V3 traces. See the Crafter Verifier cookbook.
All Included Examples
| Cookbook | Graph Type | Task |
|---|---|---|
| Banking77 Classification | Policy | Intent classification (77 classes) |
| Crafter Verifier | Verifier | Custom verifier for agent traces |
Policy vs Verifier
Policy graphs solve tasks - they take inputs and produce outputs:- Banking77:
{customer_message}→{intent}
- Crafter:
{trace}→{score, reasoning}
Each Cookbook Includes
- A
GraphEvolveTaskSetJSON dataset - Runnable training code
- Inference examples
- Notes on verifier configuration
Getting Started
- Pick the cookbook matching your use case
- Copy the dataset format
- Adapt to your domain
- Train with Graph Evolve
Learn more about the Graphs API in our introductory blog post.