nexus-agents - v2.80.0
    Preparing search index...

    Variable SkillAgentRoleSchemaConst

    SkillAgentRoleSchema: ZodEnum<
        {
            custom: "custom";
            orchestrator: "orchestrator";
            code_expert: "code_expert";
            architecture_expert: "architecture_expert";
            security_expert: "security_expert";
            documentation_expert: "documentation_expert";
            testing_expert: "testing_expert";
            infrastructure_expert: "infrastructure_expert";
            thinker: "thinker";
            worker: "worker";
            verifier: "verifier";
        },
    > = ...

    Zod schema for AgentRole (mirrors core/types/agent.ts).