UNPKG

eve

Version:

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

6 lines (5 loc) • 207 B
import type { ContextContainer } from "#context/container.js"; export declare function initializeSessionInstrumentation(input: { readonly agentName: string; readonly ctx: ContextContainer; }): void;