Installation¶
Requirements¶
- Python 3.10 or newer
- Runtime dependencies:
httpx,mcp
PyPI¶
pip install lime-agents-sdk
Latest from GitHub¶
pip install git+https://github.com/Mawyxx/lime-agents-sdk.git
Development install¶
git clone https://github.com/Mawyxx/lime-agents-sdk.git
cd lime-agents-sdk
pip install -e ".[dev]"
Build documentation locally:
pip install -r docs/requirements.txt && pip install .
mkdocs serve -f docs/mkdocs.yml