Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 832 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 832 Bytes

Dreamforce 2024 Building Agentic AI Applications with Heroku

This is the workshop code for the Dreamforce 2024 session "Building Agentic AI Applications with Heroku".

Running the Workshop

Each "step" is self-contained. Before you can run the steps, you will need Ruby 3.3.4 installed on your machine.

  1. Install dependencies:
bundle install
  1. Copy .env.example to .env and fill in the necessary values. a. The DYNO_INTEROP_TOKEN is the token for the Dyno Interop service. b. The DYNO_INTEROP_BASE_URL is the URL of the Dyno Interop service. c. If you are running the examples in a dark terminal, make sure DARK_MODE is set to true.

  2. Run each step with ./step1 or ./step2 etc.