[PR #850] attempted fix for #799, now copying langraph_* keys over to programmer graph #873

Open
opened 2026-02-16 08:16:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/open-swe/pull/850
Author: @dirkstoop
Created: 10/11/2025
Status: 🔄 Open

Base: mainHead: dirkstoop/fix_api_keys_programmer


📝 Commits (1)

  • 74bf384 attempted fix for #799, now copying langraph_* keys over to programmer graph

📊 Changes

2 files changed (+117 additions, -0 deletions)

View changed files

packages/shared/src/__tests__/config.test.ts (+110 -0)
📝 packages/shared/src/open-swe/utils/config.ts (+7 -0)

📄 Description

it appears that #799 is caused by missing langroph_auth_user from the programmer graph,

this PR iterates over "langgraph_*" keys in the configurable and copies them over.

as of yet untested


🔄 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/open-swe/pull/850 **Author:** [@dirkstoop](https://github.com/dirkstoop) **Created:** 10/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dirkstoop/fix_api_keys_programmer` --- ### 📝 Commits (1) - [`74bf384`](https://github.com/langchain-ai/open-swe/commit/74bf38440ed5d5dec6f902a34f164429bf0bf122) attempted fix for #799, now copying langraph_* keys over to programmer graph ### 📊 Changes **2 files changed** (+117 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `packages/shared/src/__tests__/config.test.ts` (+110 -0) 📝 `packages/shared/src/open-swe/utils/config.ts` (+7 -0) </details> ### 📄 Description it appears that #799 is caused by missing langroph_auth_user from the programmer graph, this PR iterates over "langgraph_*" keys in the configurable and copies them over. as of yet untested --- <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:16:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/open-swe#873