sublayerapp / sublayer

A model-agnostic Ruby Generative AI DSL and framework. Provides base classes for building Generators, Actions, Tasks, and Agents that can be used to build AI powered applications in Ruby.
https://docs.sublayer.com
MIT License
109 stars 2 forks source link

move example generators out of lib #36

Closed AndrewBKang closed 5 months ago

AndrewBKang commented 5 months ago

move all example generators out of lib and into specs.

add ds_store to gitignore