Skip to main content
Use this recipe when a Ruby service needs a small internal-notes assistant without handing orchestration to another system.

1. Prepare the SDKs

The Ruby Agent SDK package is not yet on RubyGems. Follow the source installation instructions.

2. Define a notes lookup tool

3. Create and run the agent

When this recipe fits

  • the tool inputs are simple and deterministic
  • the Ruby app already owns the data source
  • you want an ergonomic local-tool pattern for one bounded workflow
Last modified on July 26, 2026