Spaces:
Sleeping
Sleeping
File size: 364 Bytes
d094faf | 1 2 3 4 5 6 7 8 9 10 | """Agent harness integrations for GraphTestbed.
Each subpackage wraps a third-party agent (AI-Build-AI, MLEvolve, ...) so it
can be pointed at a GraphTestbed task and produce a submission.csv that the
testbed scoring API understands.
LLM traffic for every agent flows through a single CLIProxyAPI instance — see
`agents.cliproxyapi` for the reusable shim.
"""
|