[PR #16] [MERGED] feat: Expand reflection step to generate a summary then extract #17

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

📋 Pull Request Information

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

Base: mainHead: brace/expand-reflection


📝 Commits (3)

  • 9dd4755 feat: Expand reflection step to generate a summary then extract
  • c1da8ba modify screenshot
  • e1cc5d9 cr

📊 Changes

7 files changed (+180 additions, -84 deletions)

View changed files

📝 src/llmanager/nodes/human-node.ts (+1 -0)
📝 src/reflection/index.ts (+5 -2)
📝 src/reflection/nodes/explanation-reflection.ts (+18 -41)
src/reflection/nodes/extract-reflections.ts (+140 -0)
📝 src/reflection/nodes/full-reflection.ts (+15 -41)
📝 src/reflection/types.ts (+1 -0)
📝 static/graph-screenshot.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/llmanager/pull/16 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/14/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/expand-reflection` --- ### 📝 Commits (3) - [`9dd4755`](https://github.com/langchain-ai/llmanager/commit/9dd475593941705579239ed5a74976f6f6fbc1cb) feat: Expand reflection step to generate a summary then extract - [`c1da8ba`](https://github.com/langchain-ai/llmanager/commit/c1da8ba75f050f7a41fd8c3abeef1260295f20d5) modify screenshot - [`e1cc5d9`](https://github.com/langchain-ai/llmanager/commit/e1cc5d9855130f2961bde4ad6087d6d493a2e4ce) cr ### 📊 Changes **7 files changed** (+180 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `src/llmanager/nodes/human-node.ts` (+1 -0) 📝 `src/reflection/index.ts` (+5 -2) 📝 `src/reflection/nodes/explanation-reflection.ts` (+18 -41) ➕ `src/reflection/nodes/extract-reflections.ts` (+140 -0) 📝 `src/reflection/nodes/full-reflection.ts` (+15 -41) 📝 `src/reflection/types.ts` (+1 -0) 📝 `static/graph-screenshot.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-16 08:18:47 -05:00
yindo closed this issue 2026-02-16 08:18:47 -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#17