Reliability

Reliability examples validate whether expected expected tool executions are recorded.

Reliability checks recorded tool execution, failure and pause flags, and optional argument expectations. It does not establish call order or business-result correctness; add assertions for the returned data when those outcomes matter.

ExampleDescription
Db LoggingDemonstrates storing reliability evaluation results in PostgreSQL.
Asynchronous Reliability EvaluationDemonstrates running reliability checks with asynchronous evaluation.
Multiple Tool CallsThese examples validate reliability for multi-step tool workflows.
Single Tool CallsThese examples validate reliability for one expected tool call.
TeamThese examples validate reliability for team-level tool usage and delegation.