UNPKG

n8n-nodes-graphiti

Version:

Graphiti temporal knowledge graph memory for n8n AI agents

6 lines 331 B
import { ISupplyDataFunctions, INodeType, INodeTypeDescription, SupplyData } from 'n8n-workflow'; export declare class GraphitiMemory implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; } //# sourceMappingURL=GraphitiMemory.node.d.ts.map