uv
popularpackage managementbrew
Astral · Python envs, fast installs, and script execution from the terminal.
$ brew install uvOne-liner to try
$ uv init demoAgent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Usable with guardrails · 50/100
Verify
uv --version
Agent URL
/cli/uv/agent.md
Quick reference
Install
brew install uvVerify
uv --versionFirst command
uv init demo && cd demo && uv run main.pyAbout
Python envs, fast installs, and script execution from the terminal. Built by Astral. Start with `uv init demo` and go from there.
Example workflow
1. uv init demo2. cd demo3. uv add httpx && uv run main.py