graphtestbed / agents /__init__.py
Zhu Jiajun (jz28583)
Add agents/ harness integrations and HF Space scoring deployment
d094faf
raw
history blame contribute delete
364 Bytes
"""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.
"""