examples-auto-run
Originally fromopenai/openai-agents-js
Installation
SKILL.md
examples-auto-run
What it does
- Runs
uv run examples/run_examples.pywith:- Optional dependency extras enabled by default:
litellm,any-llm,sqlalchemy,redis,blaxel,modal,runloop, andtemporal. EXAMPLES_INTERACTIVE_MODE=auto(auto-input/auto-approve).- Per-example logs under
.tmp/examples-start-logs/. - Main summary log path passed via
--main-log(also under.tmp/examples-start-logs/). - Generates a rerun list of failures at
.tmp/examples-rerun.txtwhen--write-rerunis set.
- Optional dependency extras enabled by default:
- Provides start/stop/status/logs/tail/collect/rerun helpers via
run.sh. - Background option keeps the process running with a pidfile;
stopcleans it up.