From the course: OpenAI API: Agents
Building AI agents with the OpenAI Agents SDK - OpenAI API Tutorial
From the course: OpenAI API: Agents
Building AI agents with the OpenAI Agents SDK
- Hey, check this out. This is AdventureBot, an AI agent I built using OpenAI's new agents, SDK. It takes some basic information about a trip, the location, arrival and departure dates, how many people are in the group, and what ages they are, and then it fires off a bunch of sub-agents to perform different tasks. There's a weather agent looking up forecasts for the specified dates, a web search agent looking up events and activities during that period, a recommender agent that matches up events with the age group to make sure that everyone can have a good time. And finally, a planner agent that puts it all together, telling you what the weather's going to be like during your stay, what you should do first and second and third, gives you links to all the events you may want to attend, and so on and so on. This goes well beyond the regular chat and information lookup we see with AI tools and that's why it's so interesting. So come along with me for a deep dive into OpenAI's agents, SDK, to see how it works, what you can do with it, and also get your hands on building your own agents. Let's get cracking.