OpenAI Agents Template

A Val Town template for using the OpenAI Agents SDK.

Get Started

  1. Remix this val
  2. Set the OPENAI_API_KEY environment variable. Get your OpenAI API key here: https://platform.openai.com/api-keys
  3. Customize your agent: Edit the agent configuration in main.ts. You can provide custom instructions, choose a different model, or add custom tools.
  4. Use your agent: Click Run on main.ts

Learn More