UNPKG

@sirmrmarty/n8n-nodes-tmux-orchestrator

Version:

n8n nodes for orchestrating Claude AI agents through tmux sessions

8 lines (7 loc) 250 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class TmuxOrchestratorApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }