Loading video player...
Welcome to Lab 4 of the Agentic AI Series! ๐ In this session, we take a huge leap โ from simple LLM calls to creating your first real Agent using the OpenAI SDK. ๐ Weโll build an AI Meeting Assistant that can: โ Summarize meeting transcripts โ Extract key action items with owners โ Send notifications via SendGrid and Pushover โ Automatically decide which tools to use through the Agentic workflow ๐ง What Youโll Learn: What is an Agent and how it differs from a regular LLM Components of an Agent: Tools, Resources, LLM, Memory, and Tracing How to define your own function-based tools using decorators How to integrate email and push notification APIs How to build a simple Gradio UI for your agent How to visualize execution flow using OpenAI Traces Resources: Github: https://github.com/TEJAPS/agentic-dpoint/tree/main โฑ๏ธ Timestamps 00:00 Intro 02:00 What is an Agent 02:20 What is a Tool 03:00 Resources 06:00 Agent Workflow 07:00 OpenAI Agent SDK 08:00 SendGrid and Pushover Setup 12:47 Function Tools 14:22 Gradio Chatbot UI 15:18 LLM vs Agentic Tool 18:10 Function as Tool for Agent 23:30 Tracing ๐งฉ Tech Used Python ๐ OpenAI SDK Gradio SendGrid API Pushover Notifications Agent SDK OpenAI Traces ๐ฌ Join the Journey Weโre building from Prompts โ Agents โ Agentic Systems step by step. Follow the series to learn how to design intelligent, tool-using AI systems that think and act independently. ๐บ Previous Labs: Lab 1: OpenAI SDK Basics Lab 2: Multi-Model Comparison (Ollama vs GPT) Lab 3: AI Resume Reviewer