examples-auto-run
Run python examples in auto mode with logging, rerun helpers, and background control.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/.agents/skills/examples-auto-run ~/.claude/skills/examples-auto-run
From README
examples-auto-run What it does Runs uv run examples/runexamples.py with: Optional dependency extras enabled by default: litellm, any-llm, sqlalchemy, redis, blaxel, modal, runloop, and temporal. EXAMPLESINTERACTIVEMODE=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.txt when --write-rerun is set. Provides start/stop/status/logs/tail/collect/rerun helpers via run.sh. Background option keeps the process running with a pidfile; stop cleans it up. Codex execution environment When Codex invokes start or rerun, run the command outside the Codex sandbox by default (sandboxpermissions=requireescalated).
More from this repo
openai-knowledge
Used when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API,...
code-change-verification
Used to run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the...
credit-note-fixer
Used to fix the tiny credit-note formatting bug and rerun the exact targeted test command.