UNPKG

eve

Version:

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

4 lines (3 loc) • 228 B
import type { AgentWorkspace } from "#internal/project-context.js"; /** Build the public root page for a hostless multi-agent deployment. */ export declare function buildMultiAgentLandingPage(workspace: AgentWorkspace): string;