UNPKG

eve

Version:

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

4 lines (3 loc) 219 B
import { ContextKey } from "#context/key.js"; /** Per-call acceptance times ferried through one internal turn step. */ export declare const RuntimeActionSettlementTimesKey: ContextKey<Readonly<Record<string, number>>>;