From 05e62b481e551348cec940af26c5f472be14c95b Mon Sep 17 00:00:00 2001 From: hushyangqing Date: Thu, 16 Jan 2025 15:45:16 -0800 Subject: [PATCH] Added my contributions to solve the 'NoneType' object has no attribute 'messenger' problem --- week8/day5.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/week8/day5.ipynb b/week8/day5.ipynb index 625232e..9f3c490 100644 --- a/week8/day5.ipynb +++ b/week8/day5.ipynb @@ -88,6 +88,7 @@ "outputs": [], "source": [ "agent_framework = DealAgentFramework()\n", + "agent_framework.init_agents_as_needed()\n", "\n", "with gr.Blocks(title=\"The Price is Right\", fill_width=True) as ui:\n", "\n",