@presidio-dev/factifai-agent
Version:
An AI powered browser automation testing agent powered by LLMs.
5 lines • 376 B
TypeScript
import { GraphStateType } from "../graph/graph";
export declare const shouldContinueEdge: (state: GraphStateType) => "tools" | "end";
export declare const shouldGenerateReport: (state: GraphStateType) => "report" | "end";
export declare const shouldGeneratePlaywrightScript: (state: GraphStateType) => "playwrightScript" | "report" | "end";
//# sourceMappingURL=edges.d.ts.map