eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 453 B
TypeScript
import type { RemoteConnectionController, RemoteConnectionControllerOptions } from "./remote-connection-types.js";
export type { RemoteAuthChallenge, RemoteAuthCompletion, RemoteConnectionController, RemoteConnectionControllerOptions, RemoteConnectionSnapshot, RemoteConnectionState, } from "./remote-connection-types.js";
export declare function createRemoteConnectionController(options: RemoteConnectionControllerOptions): RemoteConnectionController;