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 cli to thor #90

Closed swerner closed 1 month ago

swerner commented 1 month ago

Bit of refactoring of the CLI for the project templates. Much cleaner code and sets the stage for making some new generators to generate sublayer components from the command line.

swerner commented 1 month ago

Fixes #77