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?
This 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...
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?