eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
14 lines (13 loc) • 458 B
TypeScript
import type { ResolvedToolDefinition } from "#runtime/types.js";
/**
* Stable model-visible name for the root-only agent delegation tool.
*/
export declare const AGENT_TOOL_NAME = "agent";
/**
* Model-facing instructions for the root-only agent delegation tool.
*/
export declare const AGENT_TOOL_DESCRIPTION: string;
/**
* Shared metadata for the root-only agent delegation tool.
*/
export declare const AGENT_TOOL_DEFINITION: ResolvedToolDefinition;