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

First pass at base agent that's only triggerable by changes in the filesystem #34

Closed swerner closed 5 months ago

swerner commented 5 months ago

Will be following up with commits to abstract out the triggering mechanism to support additional types of triggers and potentially eventmachine...

swerner commented 5 months ago

Actually going to merge this for now to release the updated alpha version of the gem and will expand on it more with releases