UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 267 B
export interface SubAgentRoleConfig { systemPrompt: string; label: string; defaultMaxSteps: number; } export declare const SUB_AGENT_ROLES: Record<string, SubAgentRoleConfig>; export declare function resolveSubAgentRole(role: string): SubAgentRoleConfig;