UNPKG

@presidio-dev/factifai-agent

Version:

An AI powered browser automation testing agent powered by LLMs.

4 lines 257 B
import { GraphStateType } from "../graph/graph"; export declare const shouldContinueEdge: (state: GraphStateType) => "tools" | "end"; export declare const shouldGenerateReport: (state: GraphStateType) => "end" | "report"; //# sourceMappingURL=edges.d.ts.map