[PR #467] [MERGED] add typescript example for agent simulation evaluation #782

Closed
opened 2026-02-15 19:15:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/467
Author: @nnhuyhoang
Created: 9/7/2024
Status: Merged
Merged: 10/2/2024
Merged by: @jacoblee93

Base: mainHead: agent-simulation-evaluation-example


📝 Commits (2)

  • c53dd15 add typescript example for agent simulation evaluation
  • 7e319ad Fix lint, add to indexes

📊 Changes

4 files changed (+477 additions, -2 deletions)

View changed files

📝 docs/docs/tutorials/index.md (+5 -1)
📝 docs/mkdocs.yml (+4 -1)
examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+468 -0)
examples/chatbot-simulation-evaluation/img/virtual_user_diagram.png (+0 -0)

📄 Description

This PR implement TS version for the example chatbot simulation evaluation


🔄 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/langgraphjs/pull/467 **Author:** [@nnhuyhoang](https://github.com/nnhuyhoang) **Created:** 9/7/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `agent-simulation-evaluation-example` --- ### 📝 Commits (2) - [`c53dd15`](https://github.com/langchain-ai/langgraphjs/commit/c53dd154c42ff660608ca94146d63c9945c55d13) add typescript example for agent simulation evaluation - [`7e319ad`](https://github.com/langchain-ai/langgraphjs/commit/7e319adf31ec636a55e72f9f1c56e6d62a8db111) Fix lint, add to indexes ### 📊 Changes **4 files changed** (+477 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/tutorials/index.md` (+5 -1) 📝 `docs/mkdocs.yml` (+4 -1) ➕ `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+468 -0) ➕ `examples/chatbot-simulation-evaluation/img/virtual_user_diagram.png` (+0 -0) </details> ### 📄 Description This PR implement TS version for the example [chatbot simulation evaluation](https://github.com/langchain-ai/langgraph/blob/main/examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb) --- <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-15 19:15:52 -05:00
yindo closed this issue 2026-02-15 19:15:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#782