简介
UV 是 Astral 团队(Ruff 的创造者)开发的 Rust 驱动的 Python 包管理器,GitHub 45,000+ stars。单一工具替代 pip、virtualenv、pyenv、pipx,速度快 10-100 倍。适合需要即时包管理和可复现环境的 Python 开发者。
Rust-powered Python package and project manager. 10-100x faster than pip. Replaces pip, pip-tools, virtualenv, pyenv, and pipx with a single tool. By the creators of Ruff. 45,000+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
curl -LsSf https://astral.sh/uv/install.sh | sh
uv init my-project && cd my-project
uv add fastapi uvicorn
uv run python main.pyUV 是 Astral 团队(Ruff 的创造者)开发的 Rust 驱动的 Python 包管理器,GitHub 45,000+ stars。单一工具替代 pip、virtualenv、pyenv、pipx,速度快 10-100 倍。适合需要即时包管理和可复现环境的 Python 开发者。
Python's most popular data validation library, essential for AI agent tool definitions. Pydantic enforces type safety in LLM structured outputs, API schemas, and config files.
Feature-rich open-source web UI for running local and remote LLMs. Open WebUI supports Ollama, OpenAI, Claude API with RAG, tools, multi-user, and mobile-friendly interface.
Meta's documentation framework used by major AI projects. Docusaurus creates fast, SEO-friendly docs sites with MDX, versioning, i18n, and Algolia search built in.