Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.18 KB

Agents Workshop

This repo was used during the PROGRAM.01 workshop on Agents. The event took place on Nov 12, 2024 at 535 Studio in Toronto, Canada in partnership w/ Gitwallet.

Link to the slide deck.

This project was created using npm init.

To install dependencies:

npm install

To run:

npm start

Useful resources

  1. OpenAI cookbook
  2. Function calling
  3. Structured outputs
  4. Function calling with structured outputs
  5. Tips & best practices for dealing with structured outputs
  6. Structured Outputs for Multi-Agent Systems