assertions
A mutable list that holds all the defined EdgeAssertion
instances for the current context.
EdgeAssertion
represents the relationship between nodes in a graph-like structure, detailing the output of a source node and its expected connection to a target node. These assertions are used to validate the behavior and flow of nodes within an agent's stage context.
This list is populated during the execution of the EdgeAssertionsBuilder
block in methods that build or define edge assertions. Each assertion is added via the respective fluent APIs provided within the builder.