UNPKG

eve

Version:

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

3 lines (2 loc) 158 B
import type { StepFn, ToolLoopHarnessConfig } from "#harness/types.js"; export declare function createToolLoopHarness(config: ToolLoopHarnessConfig): StepFn;