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

Generate action command #96

Closed swerner closed 1 month ago

swerner commented 1 month ago

Same pattern as the other two. Starting to notice a bit of duplication, but I think that's ok for now as I imagine we'll likely enhance each of these independently with agents wrapping the generators so don't want to too heavily abstract these commands just yet.

Also needed to redo the way we were structuring the output as action is a reserved word in Thor so now the commands are: sublayer generate:generator sublayer generate:action sublayer generate:agent