This is the workshop code for the Dreamforce 2024 session "Building Agentic AI Applications with Heroku".
Each "step" is self-contained. Before you can run the steps, you will need Ruby 3.3.4
installed on your machine.
- Install dependencies:
bundle install
-
Copy
.env.example
to.env
and fill in the necessary values. a. TheDYNO_INTEROP_TOKEN
is the token for the Dyno Interop service. b. TheDYNO_INTEROP_BASE_URL
is the URL of the Dyno Interop service. c. If you are running the examples in a dark terminal, make sureDARK_MODE
is set totrue
. -
Run each step with
./step1
or./step2
etc.