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()