agent
active
AgentCoder
About
AgentCoder is a research codebase from huangd1999 that studies whether splitting code generation across specialized agents improves output quality, evaluated on the HumanEval and MBPP benchmarks. A programmer agent writes code, a test-designer agent independently generates test cases the programmer never sees, and a test executor runs them, feeding failures back for iterative refinement. The framework is deliberately modular so different LLMs can be swapped in (OpenAI models and CodeGeeX are wired up), but it is a benchmark-oriented research codebase — clone, install requirements, add an API key — not a developer product. Its users are NLP and code-generation researchers reproducing multi-agent generation experiments.