ReachabilityAssertion
@TestOnly
Represents an assertion for testing the reachability between two specific nodes in a graph.
This class is primarily used in graph-based testing contexts to verify that a directed path exists from a starting node (from
) to a target node (to
) within an agent graph.