UNPKG

eve

Version:

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

5 lines (4 loc) 238 B
import type { ResolvedToolDefinition } from "#runtime/types.js"; import type { JsonObject } from "#shared/json.js"; export declare const SKILL_OUTPUT_SCHEMA: JsonObject; export declare const SKILL_TOOL_DEFINITION: ResolvedToolDefinition;