pub fn resolve_agent_id_strict(
component_reference: &str,
agent_name: &str,
) -> Option<AgentId>Expand description
Get the agent-id for a given component and agent-name. Returns none when no component for the specified component-reference or no agent with the specified agent-name exists.