docs: simplify multi-agent tutorials (#2443)

This commit is contained in:
Vadym Barda
2024-11-19 02:31:12 +00:00
committed by GitHub
parent 013397042e
commit cc6063c729
12 changed files with 550 additions and 877 deletions
@@ -39,7 +39,6 @@ NOTEBOOKS_NO_EXECUTION = [
# TODO: need to update these notebooks to make sure they are runnable in CI
"docs/docs/tutorials/storm/storm.ipynb", # issues only when running with VCR
"docs/docs/tutorials/lats/lats.ipynb", # issues only when running with VCR
"docs/docs/tutorials/multi_agent/hierarchical_agent_teams.ipynb", # taking a very long time to run
"docs/docs/tutorials/rag/langgraph_crag.ipynb", # flakiness from tavily
"docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb", # Cannot create a consistent method resolution error from VCR
"docs/docs/how-tos/map-reduce.ipynb" # flakiness from structured output, only when running with VCR