Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function benchCreateForApi

    • Parameters

      • params: {
            id?: string | null;
            labels?: {
                agentType?:
                    | "code-agent"
                    | "support-agent"
                    | "ops-agent"
                    | "research-agent"
                    | "sales-agent"
                    | "other";
                deployment?: "host"
                | "single"
                | "k8s"
                | "compose";
                industry?: "health" | "software" | "fintech" | "other" | "manufacturing";
            };
            named?: boolean;
            outFile?: string
            | null;
            scope: "agent" | "node" | "workspace";
            windowDays?: number;
            workspace: string;
        }

      Returns BenchCreateResult