UNPKG

@agent-graph/core

Version:

A lightweight AI Agent orchestration solution

10 lines (9 loc) 205 B
export {}; // export type Checkpoint<V extends VertexId = never> = { // id: number; // chatId: string; // version: number; // timestamp: string; // steps: Steps<V>; // states: States<V>; // };