From 273c4a51d6671c203cfe8611581e4a98f506b922 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Sun, 12 Jan 2025 16:00:29 -0600 Subject: [PATCH] updated AI teaching Agent README --- ai_agent_tutorials/ai_teaching_agent_team/README.md | 2 ++ ai_agent_tutorials/ai_teaching_agent_team/requirements.txt | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ai_agent_tutorials/ai_teaching_agent_team/README.md b/ai_agent_tutorials/ai_teaching_agent_team/README.md index 05360ed..5a67383 100644 --- a/ai_agent_tutorials/ai_teaching_agent_team/README.md +++ b/ai_agent_tutorials/ai_teaching_agent_team/README.md @@ -57,6 +57,8 @@ A Streamlit application that brings together a team of specialized AI teaching a - Select Google Account and Done. - On the composio account website, go to apps, select google docs tool, and [click create integration](https://app.composio.dev/app/googledocs) (violet button) and click Try connecting default’s googldocs button and we are done. +3. Sign up and get the [SerpAPI Key](https://serpapi.com/) + ## How to Use? 1. Start the Streamlit app diff --git a/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt b/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt index 653cbc5..d7222b6 100644 --- a/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt +++ b/ai_agent_tutorials/ai_teaching_agent_team/requirements.txt @@ -6,5 +6,4 @@ phidata==2.7.3 composio-phidata==0.6.9 composio_core composio==0.1.1 -google-search-results==2.4.2 - +google-search-results==2.4.2 \ No newline at end of file