pub fn load_agent_meta(
session_id: &str,
claude_home: &Path,
) -> HashMap<String, (String, String)>Expand description
Load agent metadata from .meta.json files for a given session. Returns a map of agent_id (without “agent-” prefix) -> (agentType, description).