A simple coding agent written in Ruby.
This repository contains the complete code example from the article How to Write an AI Agent in Ruby in 115 LOC.
Install dependencies:
bundle installRun the agent:
OPENAI_API_KEY=xxx ruby agent.rbThe gem is available as open source under the terms of the MIT License.