UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 277 B
import type { AgentExecutionCounter } from '@n8n/agents'; import type { Telemetry } from '../../../telemetry'; export declare function createAgentExecutionCounter(telemetry: Telemetry, { agentId, userId }: { agentId: string; userId?: string; }): AgentExecutionCounter;