[PR #188] [MERGED] Evaluation Simulation Benchmark #1290

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/188
Author: @hinthornw
Created: 3/6/2024
Status: Merged
Merged: 3/6/2024
Merged by: @hinthornw

Base: mainHead: wfh/evaluation_simulation


📝 Commits (10+)

📊 Changes

4 files changed (+598 additions, -1 deletions)

View changed files

📝 .github/workflows/link_check.yml (+1 -1)
📝 README.md (+1 -0)
examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb (+393 -0)
examples/chatbot-simulation-evaluation/simulation_utils.py (+203 -0)

📄 Description

No description provided


🔄 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/188 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 3/6/2024 **Status:** ✅ Merged **Merged:** 3/6/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/evaluation_simulation` --- ### 📝 Commits (10+) - [`ab032fe`](https://github.com/langchain-ai/langgraph/commit/ab032fec2f506b39830bd85d2f26b3e502011d88) tmp - [`fc48546`](https://github.com/langchain-ai/langgraph/commit/fc48546ebd34e98ccb440afa1a34fbe1ac23d64b) examples - [`c08a932`](https://github.com/langchain-ai/langgraph/commit/c08a9329aa316b2171f5f0bf404204319bdaedbc) Add notebook - [`918e795`](https://github.com/langchain-ai/langgraph/commit/918e795961c382ef205c079bc08597eac17da9bc) update notebook - [`f9ae2e6`](https://github.com/langchain-ai/langgraph/commit/f9ae2e651fcdbe47d94c628145aad9e15a5665e9) gs - [`190337b`](https://github.com/langchain-ai/langgraph/commit/190337bd846306e6bce92a2df0bb520a173b9e7d) readme - [`199af2c`](https://github.com/langchain-ai/langgraph/commit/199af2c5b4e5fbb6bc0f83ff3e45a3a4268b6fe7) fixup - [`c617e50`](https://github.com/langchain-ai/langgraph/commit/c617e504d1732fd721cd4286c096b3fffb1f2457) checkup - [`073784b`](https://github.com/langchain-ai/langgraph/commit/073784b5e351e598080b73a4824d807052542e81) r - [`915bd9d`](https://github.com/langchain-ai/langgraph/commit/915bd9db1605bca8729efa071fa60185a7c221b2) fixup ### 📊 Changes **4 files changed** (+598 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/link_check.yml` (+1 -1) 📝 `README.md` (+1 -0) ➕ `examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb` (+393 -0) ➕ `examples/chatbot-simulation-evaluation/simulation_utils.py` (+203 -0) </details> ### 📄 Description _No description provided_ --- <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:44:22 -05:00
yindo closed this issue 2026-02-20 17:44:22 -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#1290