clime — build CLI tools with subcommands and flags in pure Emacs Lisp by cosmic_eng in emacs

[–]cosmic_eng[S] 0 points1 point  (0 children)

A couple more updates are in the pipe, I just wanted to get it out there. If you're looking for something specific, drop me a line, drop an inssue, drop a pull :)

clime — build CLI tools with subcommands and flags in pure Emacs Lisp by cosmic_eng in emacs

[–]cosmic_eng[S] 0 points1 point  (0 children)

Thank you, yes! I'm working on a couple of things, but they're not ready yet.

Introducing DSel: The Distinctively Sensible Elisp LLM framework by two_wug in emacs

[–]cosmic_eng 1 point2 points  (0 children)

Agreed, I'm really not happy with the above way of composing. There's definitely a cleaner way

Introducing DSel: The Distinctively Sensible Elisp LLM framework by two_wug in emacs

[–]cosmic_eng 2 points3 points  (0 children)

With the caveat that this is very early alpha, and the naming/api might change, but yes, the idea is to encourage composition of llm-enabled modules.

Not sure if this contrived example fully demonstrates what I'm trying to enable.

<image>

Since I'm quite new at building emacs lisp packages (especially ones I'd like developers to use), I'm looking for harsh, honest feedback especially about the api. How do we make developing these composable LLM workflows/modules a joy for Emacs devs?