Spaces:
Runtime error
Runtime error
Tales-Cunha
feat: refactor tester agent to PoCo LangGraph architecture and add synthetic benchmark
017c628 | import "dotenv/config"; | |
| import { testerAgentGraph } from "./graph.js"; | |
| // Export the compiled graph as the main agent entrypoint | |
| export const testerAgent = testerAgentGraph; | |