This is a Proof of Concept project demonstrating the integration of the Roast gem in a Rails application. The project focuses on using Roast as a Ruby gem rather than a CLI tool.
Roast is a powerful gem that helps structure AI workflows. This POC explores how to integrate Roast directly into a Rails application by using its Ruby classes and methods.
TBD
- Clone the repository:
git clone https://github.com/rootstrap/roast-poc.git
cd roast-poc
- Install dependencies:
TBD
- Set up your database:
TBD
- Configure your environment variables:
TBD
This POC demonstrates how to use Roast as a Ruby gem. Here's a basic example:
# TBD
Run the test suite:
TBD
- Clone the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Roast gem by Shopify