UNPKG

eve

Version:

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

9 lines (8 loc) • 375 B
import { z } from "#compiled/zod/index.js"; export declare const AGENT_TOOL_NAME = "agent"; export declare const AGENT_TOOL_DESCRIPTION: string; export declare const SUBAGENT_TOOL_INPUT_SCHEMA: z.ZodObject<{ agentId: z.ZodOptional<z.ZodNullable<z.ZodString>>; message: z.ZodString; outputSchema: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>; }, z.core.$strict>;