eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
5 lines (4 loc) • 308 B
TypeScript
import type { ConnectionRegistry } from "#runtime/connections/types.js";
import type { FrameworkContextProvider } from "#context/provider.js";
export { ConnectionRegistryKey } from "#context/providers/connection-key.js";
export declare const connectionProvider: FrameworkContextProvider<ConnectionRegistry>;