Overview
The Recipe Workflow provides a complete cycle for running, evaluating, and improving agent configurations.Run history (Run IDs, statuses, sessions, timings) is captured automatically for every run. The
--save flag additionally captures a full replay trace for deep debugging.Commands
Run a Recipe
Example:
Judge a Trace
Example:
Apply Improvements
Example:
Complete Workflow
1
Run Recipe with Trace
2
Judge the Execution
Find the run ID with
praisonai recipe runs, then pass it to recipe judge.3
Review Suggestions
4
Apply Improvements
5
Re-run and Verify
Evaluation Metrics
The judge evaluates each agent on 6 criteria:Fix Types
The judge generates actionable fixes:Example Output
Judge Report
Plan Preview
Best Practices
History is Automatic
Every run is recorded to history; add
--save only for full replay tracesName Your Traces
Use
--name for easy identificationPreview First
Always
--dry-run before applyingIterate
Run → Judge → Apply → Repeat
Viewing Traces
Use the replay commands to inspect traces:Related
- Run History - Auto-recorded runs and the
recipe runscommand - Context Replay - Trace capture and viewing
- LLM as Judge - Evaluation details

