UNPKG

eve

Version:

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

4 lines (3 loc) 239 B
import type { AgentWorkspace } from "#internal/project-context.js"; /** Emit the inferred Vercel Services project for a strict hostless workspace. */ export declare function buildAgentWorkspace(workspace: AgentWorkspace): Promise<string>;