adding tutorials to notebook checks (#1747)

* wip

* actually catch errors

* fixing tool-calling-errors and persistence-redis

* poetry changes

* poetry update

* run tutorials

* only tutorials (testing)

* print errors

* rewoo fixes

* remove customer support because of user input

* skip notebooks programatically

* add back how-tos

* remove redundant if

* add cassetes for tutorials

* remove no execution since it is generated by CI,

* remove multi-agent/usaco

* try to run in parallel

* skip notebooks fix

* remove magic/non-magic cells

* msgpack instead of yaml

* prepare_notebooks change

* ignore msgpack for spelling

* use compression for cassettes

* update spell check

* reset poetry changes

* upgrade packages for latest

* no update

* poetry changes
This commit is contained in:
Isaac Francisco
2024-09-20 12:11:23 -07:00
committed by GitHub
parent 10a66acc44
commit 662eae4359
322 changed files with 345 additions and 32249 deletions
-2
View File
@@ -31,8 +31,6 @@
"source": [
"%%capture --no-stderr\n",
"%pip install -U langgraph langsmith\n",
"\n",
"# Used for this tutorial; not a requirement for LangGraph\n",
"%pip install -U langchain_anthropic"
]
},
File diff suppressed because one or more lines are too long
-1
View File
@@ -52,7 +52,6 @@
"source": [
"%%capture --no-stderr\n",
"%pip install -U langchain_community langchain_openai langgraph wikipedia scikit-learn langchain_fireworks\n",
"# We use one or the other search engine below\n",
"%pip install -U duckduckgo tavily-python"
]
},
@@ -44,7 +44,6 @@
"source": [
"%%capture --no-stderr\n",
"%pip install -U langgraph langchain_anthropic langsmith\n",
"# For the embedding-based classifier use in phase 2\n",
"%pip install -U sklearn langchain_openai"
]
},