Installation
Basic Installation
Install no_llm using uv:
uv pip install no_llm
Optional Dependencies
no_llm provides optional integrations that can be installed with extras:
# Install with Pydantic AI support
uv pip install "no_llm[pydantic-ai]"
Development Installation
For development, clone the repository and install in editable mode:
git clone https://github.com/Noxus-AI/no-llm
cd no-llm
uv pip install -e ".[pydantic-ai]"