Skip to content

The workshop code used to power the Dreamforce 2024 Agentic workshop

Notifications You must be signed in to change notification settings

heroku-examples/df24-agents

Repository files navigation

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.

About

The workshop code used to power the Dreamforce 2024 Agentic workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages