UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines • 642 B
import{agentRunsIntegration,composeSpanExportPolicies,isOtelDeclaration,isOtelIntegration,managedOtelIntegration,otel,otelIntegration,redactSpanInputs,redactSpanOutputs}from"#tracing/otel-declaration.js";import{createLocalTracesProcessor,resolveLocalTracesContent}from"#tracing/local-traces.js";function agentRuns(e={}){return agentRunsIntegration(e)}function localTraces(e={}){return managedOtelIntegration({...e,...resolveLocalTracesContent(e),spanProcessors:[createLocalTracesProcessor()]})}export{agentRuns,composeSpanExportPolicies,isOtelDeclaration,isOtelIntegration,localTraces,otel,otelIntegration,redactSpanInputs,redactSpanOutputs};