Commit graph

6 commits

Author SHA1 Message Date
f0db6d9589 add public domain license and headers to all source files 2026-02-22 22:27:09 -05:00
71101019ab Fix Scheme implementation: Add GnuTLS support and fix model discovery
- Add guile-gnutls package to Dockerfile for HTTPS support
- Fix unbound variables by ensuring proper module imports (rnrs bytevectors, srfi srfi-43)
- Fix vector/list handling in model discovery with vector->list conversion
- All tests now pass: model discovery, non-streaming chat, and streaming chat work correctly
2025-10-24 20:41:24 -04:00
157078415c Fix Scheme Dockerfile to install guile-json module 2025-10-24 20:18:42 -04:00
dad7943c54 Consolidate Scheme and Common Lisp into single uncloseai files with environment-based discovery 2025-10-24 14:03:01 -04:00
845e747d1c Update links to /languages and add brief READMEs to all language directories 2025-10-24 13:36:27 -04:00
38545721a0 Reorganize project structure: move public files to public/ directory 2025-10-24 13:23:42 -04:00