Open AI Dashboard
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)
Remember that each agent should have a focused, specific task.
- Calorie agent
- Nutrition agent
Now, with sports!