[PR #1071] [MERGED] feat(cua): Add option to store images in external store instead of ba… #1218

Closed
opened 2026-02-15 19:17:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1071
Author: @bracesproul
Created: 4/1/2025
Status: Merged
Merged: 4/1/2025
Merged by: @bracesproul

Base: mainHead: brace/add-option-external-store


📝 Commits (4)

📊 Changes

4 files changed (+111 additions, -6 deletions)

View changed files

📝 libs/langgraph-cua/README.md (+17 -0)
📝 libs/langgraph-cua/src/index.ts (+11 -1)
📝 libs/langgraph-cua/src/nodes/call-model.ts (+67 -3)
📝 libs/langgraph-cua/src/nodes/take-computer-action.ts (+16 -2)

📄 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/langgraphjs/pull/1071 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/add-option-external-store` --- ### 📝 Commits (4) - [`03fd3b0`](https://github.com/langchain-ai/langgraphjs/commit/03fd3b01bca2130a08f530fe489636fa2fe0886e) feat(cua): Add option to store images in external store instead of base64 - [`ddfc93c`](https://github.com/langchain-ai/langgraphjs/commit/ddfc93c5055800a5f1bc33c05cb8a22b5b3e879d) refactors - [`335db64`](https://github.com/langchain-ai/langgraphjs/commit/335db64458c64d939686adac406b8e24969b1711) better tracing - [`741f361`](https://github.com/langchain-ai/langgraphjs/commit/741f3614da1a049a6a1e43bfe45412d891bf20a2) cr ### 📊 Changes **4 files changed** (+111 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-cua/README.md` (+17 -0) 📝 `libs/langgraph-cua/src/index.ts` (+11 -1) 📝 `libs/langgraph-cua/src/nodes/call-model.ts` (+67 -3) 📝 `libs/langgraph-cua/src/nodes/take-computer-action.ts` (+16 -2) </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-15 19:17:41 -05:00
yindo closed this issue 2026-02-15 19:17:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1218