infer_data_flow

Function infer_data_flow 

Source
pub fn infer_data_flow(agents: &[AgentBuilder]) -> Vec<DataFlowEdge>
Expand description

Infer data flow between agents based on reads/writes declarations.

Returns a list of (producer, consumer, key) tuples representing data dependencies.