UNPKG

eve

Version:

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

7 lines (6 loc) 106 B
/** * Shared type for a node, e.g. in the agent graph. */ export interface Node { nodeId: string; }