Skip to content

chu2bard/agentbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentbench

Evaluation framework for AI coding agents. Define benchmarks, run agents, collect metrics.

Install

pip install -e .

todo: edge case

Usage

import agentbench

bench = agentbench.from_tasks("my-bench", [
    {"id": "t1", "prompt": "...", "test_code": "..."},
])
summary = agentbench.run_sync(my_agent, bench)
print(agentbench.console_report(summary))

note: performance

License

MIT

About

Evaluation framework for AI coding agents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages