UNPKG

eve

Version:

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

6 lines (5 loc) 269 B
import type { NitroArtifactsConfig } from "#internal/nitro/routes/runtime-artifacts.js"; /** * Builds the package-owned JSON inspection response for the current agent. */ export declare function handleAgentInfoRequest(input: NitroArtifactsConfig): Promise<Response>;