llm
llm copied to clipboard
Files tool (toolbox) plugin
Out of the box llm should have at least one tool. I think a Files tool that can provide read/write access limited to a particular directory is a good idea.
Update: changed my mind, this will be a separate plugin, see https://github.com/simonw/llm/issues/1095#issuecomment-2924222363
Maybe read-only at first and you can enable write with a Files(write=true). Having the default plugin take configuration would help illustrate that feature and exercise the stuff in:
- #1057
- #1089