[PR #15] [MERGED] feat: Docs, add model customizability, improve prompts #15

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

Base: mainHead: brace/docs


📝 Commits (10+)

📊 Changes

19 files changed (+381 additions, -213 deletions)

View changed files

.env.example (+12 -0)
📝 .gitignore (+1 -0)
📝 README.md (+141 -0)
📝 evals/e2e.int.test.ts (+83 -127)
📝 scripts/generate-eval-data.ts (+5 -3)
📝 src/llmanager/nodes/final-answer.ts (+16 -14)
📝 src/llmanager/nodes/human-node.ts (+3 -6)
📝 src/llmanager/types.ts (+12 -2)
📝 src/reasoning/index.ts (+3 -4)
📝 src/reasoning/nodes/initial-reasoning.ts (+14 -11)
📝 src/reasoning/types.ts (+12 -2)
📝 src/reflection/index.ts (+7 -4)
📝 src/reflection/nodes/explanation-reflection.ts (+8 -6)
📝 src/reflection/nodes/full-reflection.ts (+6 -6)
📝 src/reflection/types.ts (+12 -2)
src/utils/model.ts (+46 -0)
src/utils/query.ts (+0 -26)
static/architecture-diagram.png (+0 -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/15 **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/docs` --- ### 📝 Commits (10+) - [`0c6bc96`](https://github.com/langchain-ai/llmanager/commit/0c6bc9602d80ec8d33f6da39bd683938bf389b8c) feat: Docs - [`71083d8`](https://github.com/langchain-ai/llmanager/commit/71083d8f034c9c6fa64e9c514c9970f9c3ee1f67) add screenshot - [`b05ad22`](https://github.com/langchain-ai/llmanager/commit/b05ad22e4c258f17068c7bfa80ca0b1dcc2759cc) spelling - [`3194720`](https://github.com/langchain-ai/llmanager/commit/319472058b4b54c27078a9e99887c97103bf34c4) add architecture diagram - [`48a0a2d`](https://github.com/langchain-ai/llmanager/commit/48a0a2d2ce4cb6093dcf7c053ee79592424b039d) cr - [`09bed4e`](https://github.com/langchain-ai/llmanager/commit/09bed4ead96f823c3a8f4654ccdb52bb901a100b) commit env example file - [`ed79564`](https://github.com/langchain-ai/llmanager/commit/ed79564fd923e54e6ac6d51f5c5014c89765d5a9) feat: allow for model to be configurable - [`b6673e5`](https://github.com/langchain-ai/llmanager/commit/b6673e5cf3205a4e951f296e781133ee3312928f) cr - [`a5e8967`](https://github.com/langchain-ai/llmanager/commit/a5e896754905b4a9b6654919f89fe32475a931a8) cr - [`2e5f392`](https://github.com/langchain-ai/llmanager/commit/2e5f392e98cf64a92285bd71cfc40f104cb8e938) cr ### 📊 Changes **19 files changed** (+381 additions, -213 deletions) <details> <summary>View changed files</summary> ➕ `.env.example` (+12 -0) 📝 `.gitignore` (+1 -0) 📝 `README.md` (+141 -0) 📝 `evals/e2e.int.test.ts` (+83 -127) 📝 `scripts/generate-eval-data.ts` (+5 -3) 📝 `src/llmanager/nodes/final-answer.ts` (+16 -14) 📝 `src/llmanager/nodes/human-node.ts` (+3 -6) 📝 `src/llmanager/types.ts` (+12 -2) 📝 `src/reasoning/index.ts` (+3 -4) 📝 `src/reasoning/nodes/initial-reasoning.ts` (+14 -11) 📝 `src/reasoning/types.ts` (+12 -2) 📝 `src/reflection/index.ts` (+7 -4) 📝 `src/reflection/nodes/explanation-reflection.ts` (+8 -6) 📝 `src/reflection/nodes/full-reflection.ts` (+6 -6) 📝 `src/reflection/types.ts` (+12 -2) ➕ `src/utils/model.ts` (+46 -0) ➖ `src/utils/query.ts` (+0 -26) ➕ `static/architecture-diagram.png` (+0 -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#15