UNPKG

eve

Version:

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

7 lines (6 loc) 274 B
import { z } from "#compiled/zod/index.js"; export declare const SKILL_INPUT_SCHEMA: z.ZodObject<{ skill: z.ZodString; }, z.core.$strict>; export declare const SKILL_OUTPUT_SCHEMA: z.ZodString; export declare function executeLoadSkill(input: unknown): Promise<unknown>;