pub type AgentMap = IndexMap<AgentID, Agent>;
A map of Agents, keyed by agent ID
Agent
pub struct AgentMap { /* private fields */ }