From 3ba5b7d04b9716e762c97f3cf3a1f09e09b5eed2 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Thu, 25 Apr 2024 22:17:13 -0700 Subject: [PATCH] update app.py comments --- hw2/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw2/app.py b/hw2/app.py index 1693abe..0e981a3 100644 --- a/hw2/app.py +++ b/hw2/app.py @@ -8,13 +8,14 @@ from langchain_community.utilities.google_jobs import GoogleJobsAPIWrapper from dotenv import load_dotenv from tools import lookup_ip, lookup_name, search_ksp -from langsmith import Client +#from langsmith import Client """ This is the main runner of the custom agent. Custom agent tools are defined seperatly and imported from tools.py Adapted from https://github.com/wu4f/cs410g-src/blob/main/04_Agents/07_tools_custom_agent.py +Langsmith code can be uncommeted for testing/debugging """ load_dotenv()