UNPKG

eve

Version:

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

5 lines (4 loc) 240 B
import type { JsonValue } from "#shared/json.js"; import type { TaskView } from "#tasks/types.js"; export declare function formatTaskNotification(view: TaskView): string; export declare function formatTaskOutput(output: JsonValue): string;