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

    Function benchCreateCli

    • Parameters

      • params: {
            id?: string;
            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;
            scope: "agent"
            | "node"
            | "workspace";
            windowDays?: number;
            workspace: string;
        }

      Returns BenchCreateResult