pub fn resolve_bound_agents(
bp: &Blueprint,
) -> Result<Vec<BoundAgent>, BoundAgentResolveError>Expand description
Resolve every Blueprint.agents entry into an immutable Run snapshot.
Output order follows Blueprint.agents, making persistence and explain
responses stable without a second sort.