eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 553 B
JavaScript
import{agentRunsIntegration,isOtelDeclaration,isOtelIntegration,managedOtelIntegration,otel,otelIntegration}from"#tracing/otel-declaration.js";import{createLocalTracesProcessor,resolveLocalTracesExportPolicy}from"#tracing/local-traces.js";function agentRuns(e={}){return agentRunsIntegration(e)}function localTraces(e={}){return managedOtelIntegration({...e,exportPolicy:resolveLocalTracesExportPolicy(e.exportPolicy),spanProcessors:[createLocalTracesProcessor()]})}export{agentRuns,isOtelDeclaration,isOtelIntegration,localTraces,otel,otelIntegration};