Loading...
Loading...
Run a single experiment iteration. Edit the target file, evaluate, keep or discard.
npx skill4agent add alirezarezvani/claude-skills run/ar:run engineering/api-speed # Run one iteration
/ar:run # List experiments, let user pickpython {skill_path}/scripts/setup_experiment.py --list# Read experiment config
cat .autoresearch/{domain}/{name}/config.cfg
# Read strategy and constraints
cat .autoresearch/{domain}/{name}/program.md
# Read experiment history
cat .autoresearch/{domain}/{name}/results.tsv
# Checkout the experiment branch
git checkout autoresearch/{domain}/{name}git add {target}
git commit -m "experiment: {short description of what changed}"
python {skill_path}/scripts/run_experiment.py \
--experiment {domain}/{name} --single