diff --git a/docs/plugins/directory.md b/docs/plugins/directory.md index f2619399..552ae88d 100644 --- a/docs/plugins/directory.md +++ b/docs/plugins/directory.md @@ -89,6 +89,7 @@ The following plugins add new {ref}`tools ` that can be used by models: - **[llm-python](https://github.com/simonw/llm-python)** adds a `llm python` command for running a Python interpreter in the same virtual environment as LLM. This is useful for debugging, and also provides a convenient way to interact with the LLM {ref}`python-api` if you installed LLM using Homebrew or `pipx`. - **[llm-cluster](https://github.com/simonw/llm-cluster)** adds a `llm cluster` command for calculating clusters for a collection of embeddings. Calculated clusters can then be passed to a Large Language Model to generate a summary description. - **[llm-jq](https://github.com/simonw/llm-jq)** lets you pipe in JSON data and a prompt describing a `jq` program, then executes the generated program against the JSON. +- **[llm-multi](https://github.com/yaniv-aknin/llm-multi)** adds `llm archive` command for bundling multiple files (into JSONL, XML etc) and `llm map` to concurrently process multiple inputs using an LLM prompt. (plugin-directory-fun)= ## Just for fun