UNPKG

n8n-nodes-a2a-protocol

Version:

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

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