[PR #355] [CLOSED] Email Assistant Example #1407

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/355
Author: @hinthornw
Created: 4/26/2024
Status: Closed

Base: mainHead: wfh/sh


📝 Commits (10+)

📊 Changes

8 files changed (+2616 additions, -0 deletions)

View changed files

evals/email_assistant/__init__.py (+0 -0)
evals/email_assistant/db.py (+392 -0)
evals/email_assistant/graph.py (+288 -0)
evals/email_assistant/test_email_assistant.py (+285 -0)
evals/email_assistant/tools.py (+173 -0)
evals/utils.py (+103 -0)
examples/email-assistant/email-assistant.ipynb (+1375 -0)
examples/email-assistant/img/diagram.png (+0 -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/355 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 4/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wfh/sh` --- ### 📝 Commits (10+) - [`3674230`](https://github.com/langchain-ai/langgraph/commit/36742306abcdf5173a3872eaf7029d0dcd892dc8) Add Email Assistant Eval - [`475a08b`](https://github.com/langchain-ai/langgraph/commit/475a08b2fd1f5904de9a26921e0104925649c569) update - [`7f31a55`](https://github.com/langchain-ai/langgraph/commit/7f31a55f6e6392333d5c46cd23f3c939c3cde04f) merge - [`747c3fe`](https://github.com/langchain-ai/langgraph/commit/747c3febd21d5245ba96443dc327be21ab688755) evals - [`bc0bae8`](https://github.com/langchain-ai/langgraph/commit/bc0bae8a1155fd8afc35653befb0cc28070e4491) test - [`a53632c`](https://github.com/langchain-ai/langgraph/commit/a53632ce270fb291354c4123ae9847922a59df47) Assistant - [`b84b871`](https://github.com/langchain-ai/langgraph/commit/b84b8714fdf5343e61773a2d844c8adaaeb69c86) ls - [`91ddf6b`](https://github.com/langchain-ai/langgraph/commit/91ddf6b50429583b3a254c1a2e228383d65b1252) dedent - [`5f14ef3`](https://github.com/langchain-ai/langgraph/commit/5f14ef301ad38387b37e55dbb0fbff37d7ba6df4) manual dedent - [`d7e2ec6`](https://github.com/langchain-ai/langgraph/commit/d7e2ec66808af8fcefdeeed85a590a14a18a8952) Update notebook ### 📊 Changes **8 files changed** (+2616 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `evals/email_assistant/__init__.py` (+0 -0) ➕ `evals/email_assistant/db.py` (+392 -0) ➕ `evals/email_assistant/graph.py` (+288 -0) ➕ `evals/email_assistant/test_email_assistant.py` (+285 -0) ➕ `evals/email_assistant/tools.py` (+173 -0) ➕ `evals/utils.py` (+103 -0) ➕ `examples/email-assistant/email-assistant.ipynb` (+1375 -0) ➕ `examples/email-assistant/img/diagram.png` (+0 -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:39 -05:00
yindo closed this issue 2026-02-20 17:44:39 -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#1407