Recipe Index for Agents¶
Use this page to pick the right recipe quickly. Read /llms.txt and /agent-contract.json first, then select a task path below.
Task → recipe map¶
| If your task is... | Use this recipe first | Then check |
|---|---|---|
| Validate and optimize a circuit safely | Validate → Optimize | Circuits API |
| Build an RQM Studio orchestration flow | RQM Studio Workflow | RQM Studio |
| Generate SDK/client code from public APIs | API Client Generation | API Overview |
| Explain boundaries for research-facing work | Production vs Research Boundary | Verification / Trust |
| Browse all workflow patterns | Recipe Overview | Agent Portal |
Usage rules¶
- Use documented API routes/schemas only.
- Validate before optimize.
- Do not use internal IR (
u1q) as public contract. - Label research claims as research.
- Produce reproducible artifacts (payloads, outputs, diffs, reports).