Large Language Models can run tools in your terminal with LLM 0.26
27th May 2025
LLM 0.26 is out with the biggest new feature since I started the project: support for tools. You can now use the LLM CLI tool—and Python library—to grant LLMs from OpenAI, Anthropic, Gemini and local models from Ollama with access to any tool that you can represent as a Python function.
LLM also now has tool plugins, so you can install a plugin that adds new capabilities to whatever model you are currently using.
There’s a lot to cover here, but here are the highlights:
LLM can run...
Read more at simonwillison.net