Re: kaagum, an AI agent in Guile
Nala Ginrut <[email protected]> Sun, 24 May 2026 11:49:57 +0800
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <CAPjoZoc8w1DE_i-ymdyYyX-sXZGteBzuWYc+ggtrF_6Fuj3XVA@mail.gmail.com> |
Nice, thank you very much! On Sun, May 24, 2026, 10:27 Arun Isaac <[email protected]> wrote: > > Hi, > > https://klaus.systemreboot.net/kaagum/ > > I would like to introduce kaagum, a tiny AI agent written in Guile with > minimal dependencies. It features a security-focused design with > sandboxing via Guix containers and the principle of least privilege for > both filesystem and network access. kaagum works with any > OpenAI-compatible API, including local models=E2=80=94no data ever needs = to > leave your machine. > > kaagum's core event loop is an implementation of The Elm Architecture > (TEA)=E2=80=94it is a purely functional state machine cleanly separating = state > transitions from side-effects. > > kaagum implements the Agent Client Protocol (ACP) and works with any > compatible client. Thus it composes well not only with Emacs but with > any editor or environment of your choice. > > I realize AI is a contentious and polarizing topic in the community at > the moment. My thoughts on the matter are in the README. > > If you have feedback to offer, or are interested in hacking on this > project, please write to the public inbox at [email protected] > > https://lists.systemreboot.net/kaagum/ > > Regards, > Arun > >