Skip to main content

Usage

benchspan init ./my-agent
Creates a new directory with a template runner.sh that documents all available environment variables and the expected structure.

Output

./my-agent/
└── runner.sh    # Template with comments explaining the contract
Edit the generated runner.sh to install and invoke your agent, then test it:
benchspan run --benchmark agent-healthcheck.quick --agent ./my-agent