Tales-Cunha
feat: refactor tester agent to PoCo LangGraph architecture and add synthetic benchmark
017c628
Raw
History Blame Contribute Delete
175 Bytes
import "dotenv/config";
import { testerAgentGraph } from "./graph.js";
// Export the compiled graph as the main agent entrypoint
export const testerAgent = testerAgentGraph;