eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
5 lines (4 loc) • 361 B
TypeScript
import type { InstrumentationRuntime } from "#instrumentation/runtime.js";
/** Registers the process instrumentation runtime before agent execution begins. */
export declare function registerInstrumentationRuntime(runtime: InstrumentationRuntime): InstrumentationRuntime;
export declare function getInstrumentationRuntime(): InstrumentationRuntime | undefined;