How To Build an AI Agent That Can Use Tools | Python + Claude  3.5 Sonnet

How To Build an AI Agent That Can Use Tools | Python + Claude 3.5 Sonnet

5.535 Lượt nghe
How To Build an AI Agent That Can Use Tools | Python + Claude 3.5 Sonnet
Learn how to build a Python AI chat/agent that can use tools (custom functions). In this video, our AI agent will help us making bookings/reservations based on data from a CSV file. We will be using Claude Sonnet 3.5 as our LLM. 👉 Links 🔗 Code: https://github.com/pixegami/claude-booking-bot 🔗 Anthropic Console: https://console.anthropic.com 🔗 Tools Library: https://github.com/anthropics/anthropic-tools 📚 Chapters 00:00 Introduction 01:18 Project Demo 03:45 Tool-Use Concepts 06:33 Project Setup 09:11 Creating Tools 13:34 Tool Schemas 16:48 Tool Helper Functions 17:58 Integrate Tools with AI 23:15 Project Code Walkthrough 26:34 Demo (With Broken Edge Case) 27:59 Final Project Demo 29:21 Wrapping Up