Installation¶
Basic Installation¶
Using pip:
Using uv (when using in no-code form via CLI and YAMLs)
Optional Features¶
LLMling-agent provides several optional features that can be installed with extras:
-
Clipboard Support:
-
Markdown Processing:
Multiple extras can be combined:
Requirements¶
- Python 3.12 or higher
- Core dependencies:
- llmling-models
- llmling
- pydantic-ai
- promptantic
- pydantic
- Other utilities (slashed, watchfiles, tiktoken, etc.)
Development Installation¶
For development work, install with additional dependencies:
This includes: - Testing tools (pytest, pytest-cov) - Linting tools (ruff, mypy) - Documentation tools (mkdocs) ```