UNPKG

convolet

Version:

AI agent framework with human in the loop

7 lines (6 loc) 354 B
import { FlowConfig } from "./types"; declare const singleNodeFlowConfig: FlowConfig; declare const twoEvaluationNodeFlowConfig: FlowConfig; declare const questionEvaluationFlowConfig: FlowConfig; declare const complexFlowConfig: FlowConfig; export { complexFlowConfig, questionEvaluationFlowConfig, singleNodeFlowConfig, twoEvaluationNodeFlowConfig, };