eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
5 lines (4 loc) • 471 B
TypeScript
import type { Telemetry } from "ai";
import type { InstrumentationAttemptScope, InstrumentationContextRunner, InstrumentationHooks } from "#instrumentation/lifecycle.js";
/** Creates one provider-neutral AI SDK bridge for one actual model attempt. */
export declare function createAiSdkHookBridge(scope: InstrumentationAttemptScope, hooks: InstrumentationHooks, runInContext?: InstrumentationContextRunner, runtimeContext?: Readonly<Record<string, unknown>>): Telemetry;