Chapters: 

Open AI Dashboard 

click to interact

A cartoon of a full English breakfast

Open AI Agent Kit

OpenAI has a more recent thing called Agent Kit, which includes the agents SDK, but also a bunch of other newer stuff like the Visual Agent Builder, also the connection registry for governance of your data sources and where your stuff's coming from, evaluations and also chat kit for deploying your agents.

https://platform.openai.com/agent-builder

Agent Builder

Core Node Types

Start

Agent

Note

Tool Nodes

File Search

Retrieves from OpenAI vector stores or MCP

Guardrails

MCP

(call third party tools) 

Logic Nodes

if/else

while

human approval

Data Nodes

Transform

Set state (global variables are back!)


Dataset(s)

### Datasets for the File Search Tool
 


Remember that each agent should have a focused, specific task. 

  • Calorie agent
  • Nutrition agent

https://platform.openai.com/agent-builder/edit?version=2&workflow=wf_69c2d91a8fd4819094190b87e72e836f01d90af25fd0ec02

Now, with sports!