UNPKG

eve

Version:

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

3 lines (2 loc) 182 B
/** Joins an eve route to a remote agent base URL without dropping its path prefix. */ export declare function createRemoteAgentRouteUrl(baseUrl: string, routePath: string): string;