mirror of
https://github.com/langchain-ai/llmanager.git
synced 2026-07-20 06:14:30 -04:00
[PR #2] [MERGED] feat: Implement initial reasoning step #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:brace/initial-reasoning📝 Commits (2)
bacba67feat: Implement initial reasoning step0668cfbcr📊 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.