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

Create Sublayer::Generator creator and validator CLI command #89

Closed swerner closed 1 month ago

swerner commented 1 month ago

Using a more specific version of something like this: https://github.com/sublayerapp/sublayer/blob/main/spec/generators/examples/code_from_blueprint_generator.rb we can have AI generate any Sublayer components, name them, and place them in the relevant place in the user's project.

We should also be able to validate the interface and re-generate if there are any issues