pub type AgentValueMap<S, T> = BTreeMap<S, T>;
pub struct AgentValueMap<S, T> { /* private fields */ }