[PR #765] [MERGED] Add ReAct vs Custom agent tutorial #1661

Closed
opened 2026-02-20 17:45:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/765
Author: @rlancemartin
Created: 6/21/2024
Status: Merged
Merged: 6/24/2024
Merged by: @rlancemartin

Base: mainHead: rlm/agent-intro-w-eval


📝 Commits (10+)

📊 Changes

2 files changed (+1341 additions, -42 deletions)

View changed files

examples/tutorials/rag-agent-testing.ipynb (+1244 -0)
📝 examples/tutorials/sql-agent.ipynb (+97 -42)

📄 Description

Follows slides here for AI Word's Fair.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/765 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/agent-intro-w-eval` --- ### 📝 Commits (10+) - [`0dc7aea`](https://github.com/langchain-ai/langgraph/commit/0dc7aeaa4af5b77a09d7bf82aa111d17e9340230) Add agent tutorial ntbk - [`8d08aa4`](https://github.com/langchain-ai/langgraph/commit/8d08aa437108c12a8607808c159cfcddc3e7034a) Update and clean - [`447ce41`](https://github.com/langchain-ai/langgraph/commit/447ce41b41d5ea4084434c43392eeebcd36bd841) Update / finalize - [`7923cbd`](https://github.com/langchain-ai/langgraph/commit/7923cbd609c57aa05e1b7cba74b0bb1ce5138933) spelling - [`8a85973`](https://github.com/langchain-ai/langgraph/commit/8a85973d6c3f1f26257cf810767c1247152792ba) fmt - [`934c016`](https://github.com/langchain-ai/langgraph/commit/934c016a5cae783f6396df7f3aaa5e3b24bffb2f) unused - [`c145ba0`](https://github.com/langchain-ai/langgraph/commit/c145ba02c874742da0e53da512078130a6d06064) Wfh/craggycrag (#781) - [`0f46902`](https://github.com/langchain-ai/langgraph/commit/0f46902b0df678f53244bb18918319bd33c0eb17) Update, finalize analysis - [`fe6173e`](https://github.com/langchain-ai/langgraph/commit/fe6173e39abacdf2c6031d1f66e396de11d808ab) Update figures - [`d694371`](https://github.com/langchain-ai/langgraph/commit/d69437125e67b023d72f03620be315fd937b4d96) Remove subdirs ### 📊 Changes **2 files changed** (+1341 additions, -42 deletions) <details> <summary>View changed files</summary> ➕ `examples/tutorials/rag-agent-testing.ipynb` (+1244 -0) 📝 `examples/tutorials/sql-agent.ipynb` (+97 -42) </details> ### 📄 Description Follows slides [here](https://docs.google.com/presentation/d/1QWkXi4DYjfw94eHcy9RMLqpQdJtS2C_kx_u7wAUvlZE/edit?usp=sharing) for AI Word's Fair. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:15 -05:00
yindo closed this issue 2026-02-20 17:45:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1661