Workflows

Common evaluation patterns for Eqho agents. Each workflow builds on the core eqho-eval commands and can be combined.


Workflow index


Action lifecycle testing

Eqho agents have a full call lifecycle that can be tested at each stage:

Pre-Call → On-Call-Start → Live Actions → Postcall Actions → Disposition

Live action eval

Test whether the agent calls the right tools during conversation:

eqho-eval action-eval --campaign <id>
cd action-eval && eqho-eval eval

Postcall action eval

Test data extraction accuracy from call transcripts:

eqho-eval postcall-eval --campaign <id> --calls 25
cd postcall-eval && eqho-eval eval

Disposition eval

Test call outcome categorization accuracy:

eqho-eval postcall-eval --campaign <id> --disposition --calls 50
cd disposition-eval && eqho-eval eval

All generated configs include proxy settings automatically.