UNPKG

eve

Version:

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

4 lines (3 loc) 259 B
import { type Span } from "#compiled/@opentelemetry/api/index.js"; /** Call with policy-projected errors; undefined retains failure status without content. */ export declare function recordAgentSpanError(span: Span, error: unknown, errorType?: string): void;