Show HN: A CLI that makes LLMs convenient to use for developers
1–3 of 3 posts
Re: Show HN: A CLI that makes LLMs convenient to use for developers
#2This is awesome. I started working on something similar a few days ago, but I had already built the pipeline/workflow system. I like how you are using yaml for this...
Re: Show HN: A CLI that makes LLMs convenient to use for developers
#3Very nice!
Got inspired by this project and yesterday implemented a github integration in my own LLM cli.
One thing I noticed is that it is I didn't like any of the LLM cli tools I've found and creating one from zero was more interesting than using the available options. Anybody else can relate?