examples-auto-run Skill
Run python examples in auto mode with logging, rerun helpers, and background control. Published by openai in openai-agents-python.
What is examples-auto-run Skill?
Run python examples in auto mode with logging, rerun helpers, and background control. Published by openai in openai-agents-python. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use examples-auto-run Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/openai-agents-python
- Skill file: .agents/skills/examples-auto-run/SKILL.md
What it does
Run python examples in auto mode with logging, rerun helpers, and background control.
Skill instructions
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. Usage bash Start (auto mode; interactive included by default) .agents/skills/examples-auto-run/scripts/run.sh start [extra args to runexamples.py] Examples: .agents/skills/examples-auto-run/scripts/run.sh start --filter basic .agents/skills/examples-auto-run/scripts/run.sh start --include-server --include-audio Check status .agents/skills/examples-auto-run/s
Explore related resources
Frequently asked questions
What is examples-auto-run?
examples-auto-run is a open-source AI agent skill with Copy skill directory. Run python examples in auto mode with logging, rerun helpers, and background control.
Who is examples-auto-run best for?
examples-auto-run is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install examples-auto-run?
Install or run examples-auto-run using Copy skill directory. Check examples-auto-run for the latest setup command.
Is examples-auto-run actively maintained?
examples-auto-run may need a closer maintenance check before production use.
Auto-fetched from GitHub.