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.
pub fn infer_data_flow(agents: &[AgentBuilder]) -> Vec<DataFlowEdge>Infer data flow between agents based on reads/writes declarations.
Returns a list of (producer, consumer, key) tuples representing data dependencies.