UNPKG

eve

Version:

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

7 lines (6 loc) 529 B
import type { CompiledAgentDefinition } from "#compiler/manifest.js"; import type { PhaseOneNodeSourceState } from "#compiler/node-source-state.js"; import type { CompiledToolEntry } from "#compiler/normalize-tool.js"; import { type AgentSourceCandidate } from "#compiler/source-graph.js"; export declare function assertFrameworkToolPolicy(candidate: AgentSourceCandidate, result: CompiledToolEntry): void; export declare function applyDefaultToolPolicy(phaseOne: PhaseOneNodeSourceState, config: CompiledAgentDefinition): void;