UNPKG

eve

Version:

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

4 lines (3 loc) 250 B
import type { DeliverPayload } from "#channel/types.js"; /** Coalesces channel payloads while preserving turn input and adapter-specific fields. */ export declare function coalesceDeliverPayloads(payloads: readonly DeliverPayload[]): DeliverPayload;