Anchorage API reference
    Preparing search index...
    interface AgentCatalog {
        agents: readonly AgentMeta[];
        automationAllowed: AutomationCheck;
        allowedRoles(agentId: string): readonly ApprovalRole[] | undefined;
        get(agentId: string): AgentMeta | undefined;
    }
    Index

    Properties

    agents: readonly AgentMeta[]
    automationAllowed: AutomationCheck

    Methods