[PR #2] [MERGED] feat: Implement initial reasoning step #3

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

Base: mainHead: brace/initial-reasoning


📝 Commits (2)

📊 Changes

9 files changed (+258 additions, -16 deletions)

View changed files

📝 package.json (+1 -0)
📝 src/llmanager/index.ts (+5 -8)
src/llmanager/nodes/build-prompt.ts (+0 -5)
📝 src/llmanager/nodes/initial-reasoning.ts (+117 -1)
📝 src/llmanager/types.ts (+11 -0)
src/stores/few-shot.ts (+79 -0)
src/stores/reflection.ts (+42 -0)
📝 tsconfig.json (+1 -1)
📝 yarn.lock (+2 -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/2 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/initial-reasoning` --- ### 📝 Commits (2) - [`bacba67`](https://github.com/langchain-ai/llmanager/commit/bacba675fc57d44abe2e41cbb820d76223dd7770) feat: Implement initial reasoning step - [`0668cfb`](https://github.com/langchain-ai/llmanager/commit/0668cfbe8f11693c3ef68d27cfe5d4266922ed66) cr ### 📊 Changes **9 files changed** (+258 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `src/llmanager/index.ts` (+5 -8) ➖ `src/llmanager/nodes/build-prompt.ts` (+0 -5) 📝 `src/llmanager/nodes/initial-reasoning.ts` (+117 -1) 📝 `src/llmanager/types.ts` (+11 -0) ➕ `src/stores/few-shot.ts` (+79 -0) ➕ `src/stores/reflection.ts` (+42 -0) 📝 `tsconfig.json` (+1 -1) 📝 `yarn.lock` (+2 -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: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#3