[PR #8] [MERGED] feat: Breakout reasoning node into subgraph #8

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

📋 Pull Request Information

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

Base: mainHead: brace/breakout-reasoning


📝 Commits (2)

  • 2bbe418 feat: Breakout reasoning node into subgraph
  • a59186b fix build

📊 Changes

8 files changed (+84 additions, -28 deletions)

View changed files

📝 src/llmanager/index.ts (+4 -4)
📝 src/llmanager/nodes/final-answer.ts (+2 -5)
📝 src/llmanager/nodes/human-node.ts (+2 -5)
src/reasoning/index.ts (+11 -0)
📝 src/reasoning/nodes/initial-reasoning.ts (+9 -9)
src/reasoning/types.ts (+28 -0)
📝 src/utils/build-context.ts (+2 -5)
src/utils/query.ts (+26 -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/8 **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/breakout-reasoning` --- ### 📝 Commits (2) - [`2bbe418`](https://github.com/langchain-ai/llmanager/commit/2bbe4186e5a3bb4337492750ad9d7457a4fe6e9d) feat: Breakout reasoning node into subgraph - [`a59186b`](https://github.com/langchain-ai/llmanager/commit/a59186bc992bea1b1c90d59645f4c23909964d89) fix build ### 📊 Changes **8 files changed** (+84 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `src/llmanager/index.ts` (+4 -4) 📝 `src/llmanager/nodes/final-answer.ts` (+2 -5) 📝 `src/llmanager/nodes/human-node.ts` (+2 -5) ➕ `src/reasoning/index.ts` (+11 -0) 📝 `src/reasoning/nodes/initial-reasoning.ts` (+9 -9) ➕ `src/reasoning/types.ts` (+28 -0) 📝 `src/utils/build-context.ts` (+2 -5) ➕ `src/utils/query.ts` (+26 -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:46 -05:00
yindo closed this issue 2026-02-16 08:18:46 -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#8