[PR #46] [MERGED] Agent simulation #1193

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/46
Author: @hinthornw
Created: 1/18/2024
Status: Merged
Merged: 1/19/2024
Merged by: @hinthornw

Base: mainHead: wfh/agent_evals


📝 Commits (5)

📊 Changes

4 files changed (+409 additions, -0 deletions)

View changed files

examples/advanced_agents/multi-agent/agent-simulation-evaluation.ipynb (+409 -0)
examples/advanced_agents/multi-agent/img/virtual_user_annotate.png (+0 -0)
examples/advanced_agents/multi-agent/img/virtual_user_diagram.png (+0 -0)
examples/advanced_agents/multi-agent/img/virtual_user_full_convo.png (+0 -0)

📄 Description

Basic idea is

  • Create a user proxy. This proxy is given a name and system prompt information it can use to guide its role playing
  • Create a dataset with the user proxy personas + initial questions to kick things off
  • Evaluation is an llm as judge + human eval in LangSmith

🔄 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/46 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/19/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/agent_evals` --- ### 📝 Commits (5) - [`885d84e`](https://github.com/langchain-ai/langgraph/commit/885d84e4ae68cbdb963e5b5dd4450185135fdff4) Agent simulation - [`eff6620`](https://github.com/langchain-ai/langgraph/commit/eff6620ff62b6164957e9006be1f6c201125fdd2) add images - [`6934d50`](https://github.com/langchain-ai/langgraph/commit/6934d505e4296fc2e793b8ea3b76cb5f1ae0449a) Updaet - [`c69f918`](https://github.com/langchain-ai/langgraph/commit/c69f91895c4c2969d6862f9f153b606ddb33ed8c) Update - [`bd035e4`](https://github.com/langchain-ai/langgraph/commit/bd035e4112f4118154edcb854635a6f9140a4d2d) title ### 📊 Changes **4 files changed** (+409 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/advanced_agents/multi-agent/agent-simulation-evaluation.ipynb` (+409 -0) ➕ `examples/advanced_agents/multi-agent/img/virtual_user_annotate.png` (+0 -0) ➕ `examples/advanced_agents/multi-agent/img/virtual_user_diagram.png` (+0 -0) ➕ `examples/advanced_agents/multi-agent/img/virtual_user_full_convo.png` (+0 -0) </details> ### 📄 Description Basic idea is - Create a user proxy. This proxy is given a name and system prompt information it can use to guide its role playing - Create a dataset with the user proxy personas + initial questions to kick things off - Evaluation is an llm as judge + human eval in LangSmith --- <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:09 -05:00
yindo closed this issue 2026-02-20 17:44:09 -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#1193