UNPKG

n8n-nodes-a2a

Version:

n8n community node for A2A (Account to Account) transfers, account management, and Google Agent2Agent protocol communication with advanced features including file upload, custom JSON fields, custom requests, and streaming support

4 lines (3 loc) 163 B
import type { INodeProperties } from 'n8n-workflow'; export declare const agentOperations: INodeProperties[]; export declare const agentFields: INodeProperties[];