Re: two new eggs: logger & llm
Rolando Abarca via Chicken-users <[email protected]> Mon, 19 Jan 2026 17:33:17 -0800
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CADnrc4AkeObf9YWRoKGaAzhGu3Cxay6631W_2NcRFS0WFk3T0w@mail.gmail.com> |
oops. my bad! Tested now and only llm fails on install, but I believe it's because it depends on the logger egg. Thanks! Rolando On Mon, Jan 19, 2026 at 11:41 AM Mario Domenech Goulart < [email protected]> wrote: > Hi, > > On Sun, 18 Jan 2026 12:12:25 -0800 Rolando Abarca via Chicken-users < > [email protected]> wrote: > > > As promised some time ago, here are a couple of eggs that I extracted > from my projects: > > > > logger.scm - simple logger with support text & json format output, as > well as per-module logging level > > repo: https://forgejo.rolando.cl/cpm/logger-egg > > release-info: > https://forgejo.rolando.cl/cpm/logger-egg/raw/branch/main/logger.release-info > > docs: http://wiki.call-cc.org/eggref/5/logger > > > > llm.scm (depends on logger) - very simple infra for chat-completion AI > providers. Included openai as the default > > provider. Supports files & tools. > > repo: https://forgejo.rolando.cl/cpm/llm-egg > > release-info: > https://forgejo.rolando.cl/cpm/llm-egg/raw/branch/main/llm.release-info > > docs: http://wiki.call-cc.org/eggref/5/llm > > > > It would be great if these could be added to the coup. > > Unfortunately the eggs cannot be fetched by henrietta-cache. > > Please check eggs with test-new-egg before submitting them. More info > here: https://wiki.call-cc.org/eggs%20tutorial#testing-your-extension > > All the best. > Mario > -- > https://parenteses.org/mario >