[PR #12] [MERGED] feat: Implement reflection steps #13

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/12
Author: @bracesproul
Created: 4/11/2025
Status: Merged
Merged: 4/11/2025
Merged by: @bracesproul

Base: mainHead: brace/implement-reflection-steps


📝 Commits (2)

📊 Changes

3 files changed (+280 additions, -19 deletions)

View changed files

📝 src/llmanager/nodes/human-node.ts (+41 -17)
📝 src/reflection/nodes/explanation-reflection.ts (+115 -1)
📝 src/reflection/nodes/full-reflection.ts (+124 -1)

📄 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/12 **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/implement-reflection-steps` --- ### 📝 Commits (2) - [`1c1ad17`](https://github.com/langchain-ai/llmanager/commit/1c1ad172577b1593c4f1c0e47247f98674ff783c) feat: Implement reflection steps - [`0be974e`](https://github.com/langchain-ai/llmanager/commit/0be974e4c8b94b40e5aa871fcbaf80fb17807fe0) fix jsdoc ### 📊 Changes **3 files changed** (+280 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/llmanager/nodes/human-node.ts` (+41 -17) 📝 `src/reflection/nodes/explanation-reflection.ts` (+115 -1) 📝 `src/reflection/nodes/full-reflection.ts` (+124 -1) </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#13