New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react_ai

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react_ai

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ReactAi

Welcome to react_ai a gemified version of my attempt to recreate the ReAct pattern in Ruby with added features.

Purpose

The ReAct pattern is a technique used to circumvent the limitation LLMs have of only being able to respond past the date they were trained. We do this by prompting our LLM to use tools that we can define for it. Another advantage of using tools is that we can reduce hallucinations and therefore improve accuracy of LLM responses.

Features

Tools

  • Calculator
  • Wikipedia

CLI

  • A simple CLI tool to test prompts

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add react_ai

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install react_ai

Create a .env file in the root directory and add your open-ai key and your're ready to go!🔥

OPEN_AI_KEY='your open ai key'

Usage

You can use this gem via the commmand line after it is installed by typing:

./exe/react_ai "Some prompt for our LLM!"

Here's an example of what a user prompt and subsequent response might look like:

https://github.com/thedayisntgray/react_ai/assets/4859128/bbc6cba8-914b-4d6a-9a45-77e819acaec2

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/thedayisntgray/react_ai.

FAQs

Package last updated on 09 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc