Fixed the .release-info for both eggs. Tested with test-new-egg and should
be working. llm egg depends on logger, so install will fail until "logger"
is in the registry.

Thanks Mario!

Best,
Rolando

On Sun, Jan 18, 2026 at 12:12 PM Rolando Abarca <[email protected]>
wrote:

> Hi chicken-users!
>
> 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.
> Thanks!
> Rolando
>

Reply via email to