sublayer icon indicating copy to clipboard operation
sublayer copied to clipboard

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.

Results 50 sublayer issues
Sort by recently updated
recently updated
newest added

Removing the mention of sublayer tasks Note: the presence of a base task leads the documentation agent to want to add documentation around what it perceives to be a "new"...

I've noticed lately a lot of common situations come up where we're roughly creating a lot of the same code for certain actions: file manipulation, running commands, making generic API...

discussion

The way to phrase and use the `llm_output_adapter` directive isn't super intuitive and we frequently run into cases where we confuse the LLM resulting in issues like #43 on top...

When using some of the smaller, local models, sometimes they can't handle the more complex structured outputs you might want to use. It should be possible to access the raw...

cli command to generate trigger. autoload triggers directory in new cli project

cli

I've started looking closely at the `omniai` gem as a way to increase the number of providers to which I can link.

with a "type" named parameter for a special output adapter we could make it as generic and flexible as any spec from the json schema. this can help have a...

We have these confirmation steps in the generator commands in the cli that feel pretty clunky after you've already confirmed them...trying to come up with some ideas for ways to...

cli
discussion