Module testing

Module testing 

Source
Expand description

Testing utilities — mock backends, agent harnesses, contract validation.

Structs§

AgentHarness
A test harness for running agents with controlled inputs.
DataFlowEdge
A data flow edge between two agents.

Enums§

ContractViolation
Contract violation detected during static analysis.

Functions§

check_contracts
Check state contracts across a set of agents.
diagnose
Diagnostic utility — returns a summary of an agent builder’s configuration.
infer_data_flow
Infer data flow between agents based on reads/writes declarations.