From fb636df43483e4fb9a00f2ca65a46752a4addefe Mon Sep 17 00:00:00 2001 From: Edward Donner Date: Mon, 28 Apr 2025 09:19:31 -0400 Subject: [PATCH] Added link to OpenAI Agents SDK and MCP implementation to final lab --- week1/day1.ipynb | 2 +- week8/day5.ipynb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/week1/day1.ipynb b/week1/day1.ipynb index 0a3668c..1a202a1 100644 --- a/week1/day1.ipynb +++ b/week1/day1.ipynb @@ -587,7 +587,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.11" + "version": "3.11.12" } }, "nbformat": 4, diff --git a/week8/day5.ipynb b/week8/day5.ipynb index 67be5c5..5e11432 100644 --- a/week8/day5.ipynb +++ b/week8/day5.ipynb @@ -170,8 +170,8 @@ "

But wait!! There's more..

\n", " If you're not fed up of product prices yet 😂 I've built this out some more!
\n", " If you look in my repo tech2ai, in segment3/lab1 is a neural network implementation of the pricer in pure PyTorch. It does pretty well..
\n", - " And in segment4/agents is this same Agent project taken further. There's a new version of the PlanningAgent called AutonomousPlanningAgent that uses multiple Tools, and a MessagingAgent that uses claude-3.7 to write texts.
\n", - " You could experiment with similar ideas to build out this framework.\n", + " And if you look in my repo Agentic in the workshop folder is the same Agent project taken further. There's a new version of the PlanningAgent called AutonomousPlanningAgent that uses multiple Tools, and a MessagingAgent that uses claude-3.7 to write texts. The AutonomousPlanningAgent uses the fantastic OpenAI Agents SDK and the mighty MCP protocol from Anthropic.
\n", + " If you're intrigued by Agents and MCP, and would like to learn more, then I also have a companion course called the Complete Agentic AI Engineering Course that might interest you (if you haven't had enough of me by now!!)\n", "
\n", " \n", " \n", @@ -223,7 +223,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.11" + "version": "3.11.12" } }, "nbformat": 4,