eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
8 lines (7 loc) • 308 B
TypeScript
import type { ProviderSetupContext } from "#public/instrumentation/provider.js";
/**
* Builds the context handed to an authored `setup` at server startup.
*
* @internal — not part of the public API.
*/
export declare function createInstrumentationSetupContext(agentName: string): ProviderSetupContext;