UNPKG

n8n-nodes-a2a-protocol

Version:

Agent2Agent (A2A) Protocol nodes for n8n - Enable agent interoperability, communication, and MCP integration

6 lines (5 loc) 266 B
import { ITriggerFunctions, INodeType, INodeTypeDescription, ITriggerResponse } from 'n8n-workflow'; export declare class A2ARemoteAgent implements INodeType { description: INodeTypeDescription; trigger(this: ITriggerFunctions): Promise<ITriggerResponse>; }