UNPKG

eve

Version:

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

6 lines (5 loc) 303 B
import type { ResolvedToolDefinition } from "#runtime/types.js"; import type { JsonObject } from "#shared/json.js"; export declare const WEB_FETCH_INPUT_SCHEMA: JsonObject; export declare const WEB_FETCH_OUTPUT_SCHEMA: JsonObject; export declare const WEB_FETCH_TOOL_DEFINITION: ResolvedToolDefinition;