[PR #6] [MERGED] feat: Implement human node #7

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/llmanager/pull/6
Author: @bracesproul
Created: 4/11/2025
Status: Merged
Merged: 4/11/2025
Merged by: @bracesproul

Base: mainHead: brace/human-node


📝 Commits (7)

📊 Changes

4 files changed (+177 additions, -13 deletions)

View changed files

📝 src/llmanager/index.ts (+5 -2)
📝 src/llmanager/nodes/final-answer.ts (+1 -1)
📝 src/llmanager/nodes/human-node.ts (+147 -3)
📝 src/reflection/types.ts (+24 -7)

📄 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/llmanager/pull/6 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/human-node` --- ### 📝 Commits (7) - [`e381edf`](https://github.com/langchain-ai/llmanager/commit/e381edfe2b620459af0c48943c6301d7d34b785c) feat: Implement human node - [`328047d`](https://github.com/langchain-ai/llmanager/commit/328047d45f6fe08b049a66bedcfa450b550c7c0c) cr - [`157d346`](https://github.com/langchain-ai/llmanager/commit/157d346bf21bb8bf0deae4b2c31e37d74648e445) cr - [`de34944`](https://github.com/langchain-ai/llmanager/commit/de34944af682e9fd57972b102b42ca356bf8ee59) more fields in reflection graph, better typing - [`6a7c8da`](https://github.com/langchain-ai/llmanager/commit/6a7c8da0275db244478c4e717c63773b8adb3a26) jsdoc - [`bdcb181`](https://github.com/langchain-ai/llmanager/commit/bdcb181df9a471f0ccbd4f32be67d8e7c4ad9443) cr - [`462d4d4`](https://github.com/langchain-ai/llmanager/commit/462d4d4c4a93558b4daab26dc37697462a0a0d5d) spelling ### 📊 Changes **4 files changed** (+177 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/llmanager/index.ts` (+5 -2) 📝 `src/llmanager/nodes/final-answer.ts` (+1 -1) 📝 `src/llmanager/nodes/human-node.ts` (+147 -3) 📝 `src/reflection/types.ts` (+24 -7) </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:45 -05:00
yindo closed this issue 2026-02-16 08:18:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/llmanager#7