Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

The workshop code used to power the Dreamforce 2024 Agentic workshop

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.