https://github.com/heroku-examples/df24-agents
The workshop code used to power the Dreamforce 2024 Agentic workshop
https://github.com/heroku-examples/df24-agents
Last synced: 3 months ago
JSON representation
The workshop code used to power the Dreamforce 2024 Agentic workshop
- Host: GitHub
- URL: https://github.com/heroku-examples/df24-agents
- Owner: heroku-examples
- Created: 2024-09-16T15:49:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T20:16:51.000Z (8 months ago)
- Last Synced: 2025-02-09T04:19:29.688Z (5 months ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
- Authors: authors
Awesome Lists containing this project
README
# Dreamforce 2024 Building Agentic AI Applications with Heroku
This is the workshop code for the Dreamforce 2024 session ["Building Agentic AI Applications with Heroku"](https://reg.salesforce.com/flow/plus/df24/sessioncatalog/page/catalog/session/1718915855922001QjQx).
## 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:
```bash
bundle install
```2. 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`.3. Run each step with `./step1` or `./step2` etc.