UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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;