simonw / llm

Access large language models from the command-line
https://llm.datasette.io
Apache License 2.0
4.32k stars 237 forks source link

plugin discoverability is bad #577

Open taygetea opened 2 hours ago

taygetea commented 2 hours ago

while there's the docs page, beyond that it's really the wild west out here - today I searched github for "llm install -e '.[test]'". Lots of other unrelated projects come up if you search pypi and github in most sensible-seeming ways (ie "llm-"). examples of things i wish i knew about earlier include llm-cmds which is an active fork the author hasnt published elsewhere for whatever reason, and llm-jupyter. They dont all make PRs here either. half of Simon's repos are data scraping, surely this is doable.

taygetea commented 2 hours ago

I guess this would also solve all the plugins that are languishing in the PRs here. I think what I'd really like is a command line search. I miss pip search. Something like llm install list. llm install wants to be a lightweight package manager in the spirit of omz plugin in my view.