[PR #2] [CLOSED] braces notebook updates #2

Closed
opened 2026-02-16 08:18:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/agents-from-scratch-ts/pull/2
Author: @bracesproul
Created: 5/8/2025
Status: Closed

Base: notebooksHead: brace/notebook-updates


📝 Commits (4)

📊 Changes

12 files changed (+3655 additions, -5863 deletions)

View changed files

.prettierignore (+1 -0)
📝 langgraph.json (+3 -3)
📝 package.json (+2 -2)
📝 pnpm-lock.yaml (+2317 -4495)
📝 src/email_assistant.ts (+45 -74)
📝 src/email_assistant_hitl.ts (+159 -217)
src/email_assistant_hitl_memory.ts (+1114 -0)
📝 src/schemas.ts (+10 -28)
src/scripts/email_assistant_hitl_memory.ts (+0 -1037)
📝 src/tools/base.ts (+1 -1)
📝 src/tools/default/memory-tools.ts (+1 -1)
📝 src/utils.ts (+2 -5)

📄 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/agents-from-scratch-ts/pull/2 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 5/8/2025 **Status:** ❌ Closed **Base:** `notebooks` ← **Head:** `brace/notebook-updates` --- ### 📝 Commits (4) - [`4f7b5b4`](https://github.com/langchain-ai/agents-from-scratch-ts/commit/4f7b5b4b10a16c8e80f8d0cfb0ba95ce5c5192e9) braces notebook updates - [`a37db90`](https://github.com/langchain-ai/agents-from-scratch-ts/commit/a37db900791abb9ebe8c8a06c67a933cd4e83d62) email_assistant msg types - [`3462a30`](https://github.com/langchain-ai/agents-from-scratch-ts/commit/3462a30fe40b174f5a9c6d67c79b77f669aa690a) start msg types hitl - [`23b3981`](https://github.com/langchain-ai/agents-from-scratch-ts/commit/23b398115fda6fdad49694d3841b148801c75a5d) fixes ### 📊 Changes **12 files changed** (+3655 additions, -5863 deletions) <details> <summary>View changed files</summary> ➕ `.prettierignore` (+1 -0) 📝 `langgraph.json` (+3 -3) 📝 `package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+2317 -4495) 📝 `src/email_assistant.ts` (+45 -74) 📝 `src/email_assistant_hitl.ts` (+159 -217) ➕ `src/email_assistant_hitl_memory.ts` (+1114 -0) 📝 `src/schemas.ts` (+10 -28) ➖ `src/scripts/email_assistant_hitl_memory.ts` (+0 -1037) 📝 `src/tools/base.ts` (+1 -1) 📝 `src/tools/default/memory-tools.ts` (+1 -1) 📝 `src/utils.ts` (+2 -5) </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-16 08:18:17 -05:00
yindo closed this issue 2026-02-16 08:18:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/agents-from-scratch-ts#2