UNPKG

alfred-logger-sdk

Version:

Production-ready data collection SDK for feeding structured events to LLM Data Agents with auto-capture capabilities

6 lines (5 loc) 126 B
const Logger = require('./lib/logger'); module.exports = { Logger, createDataCollector: (config) => new Logger(config) };