UNPKG

eve

Version:

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

4 lines (3 loc) 281 B
import type { CompiledAgentDefinition } from "#compiler/manifest.js"; import type { FinalizedNodeSourceState } from "#compiler/node-source-state.js"; export declare function assertInstrumentationLayoutConfig(config: CompiledAgentDefinition, state: FinalizedNodeSourceState): void;