UNPKG

@dexwox-labs/a2a-core

Version:

Core types, validation and telemetry for Google's Agent-to-Agent (A2A) protocol - shared foundation for client and server implementations

14 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_TELEMETRY_CONFIG = void 0; /** * Default telemetry configuration */ exports.DEFAULT_TELEMETRY_CONFIG = { enabled: true, serviceName: '@dexwox-labs/a2a-node', serviceVersion: '0.1.0', collectionLevel: 'basic', attributes: {}, }; //# sourceMappingURL=config.js.map