Type Alias AgentPeerGroupResolver
pub type AgentPeerGroupResolver = Arc<dyn Fn() -> HashMap<String, PeerGroupConfig> + Send + Sync>;Expand description
Resolves the peer groups that include the active agent, read live from config
at call time so a config reload (membership / external_peers / channel alias /
output_modality) takes effect without rebuilding the tool registry.
Aliased Typeยง
pub struct AgentPeerGroupResolver { /* private fields */ }