Type Alias RegisteredAgentSummary

RegisteredAgentSummary: {
    agentId: string;
    flagged: boolean;
    name: string;
    toolNames: string[];
    yieldCount: number;
    zoneCount: number;
}

Repository-backed summary returned with addAgent when the agent is (or maps to) a stored registration.