Get the latest tech news
Show HN: My LLM CLI tool can run tools now, from Python code or plugins
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 …
The--td option stands for--tools-debug —it causes LLM to output information about tool calls and their responses so you can peek behind the scenes. This is deeply surprising to many people: supposedly the most sophisticated computer systems we’ve ever built can’t multiply two large numbers together? The llm-tools-simpleeval plugin exposes the simpleeval “Simple Safe Sandboxed Extensible Expression Evaluator for Python” library by Daniel Fairhead.
Or read this on Hacker News