[PR #95] [CLOSED] WIP - Typing #484

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/95
Author: @janvi-codaio
Created: 3/21/2024
Status: Closed

Base: mainHead: janvi-add-typing


📝 Commits (2)

📊 Changes

7 files changed (+68 additions, -69 deletions)

View changed files

📝 langgraph/src/channels/base.ts (+4 -4)
📝 langgraph/src/checkpoint/base.ts (+48 -12)
📝 langgraph/src/checkpoint/memory.ts (+4 -4)
📝 langgraph/src/graph/graph.ts (+1 -1)
📝 langgraph/src/prebuilt/agent_executor.ts (+0 -3)
📝 langgraph/src/prebuilt/chat_agent_executor.ts (+1 -2)
📝 langgraph/src/pregel/index.ts (+10 -43)

📄 Description

There are a couple things that don't have types:

  • Channel inputs (Record<string, any>)
  • Channel values (Record<string, any>)

Fixes # (issue)


🔄 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/95 **Author:** [@janvi-codaio](https://github.com/janvi-codaio) **Created:** 3/21/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `janvi-add-typing` --- ### 📝 Commits (2) - [`7a9b457`](https://github.com/langchain-ai/langgraphjs/commit/7a9b4579df88cc3055fb1e9773b57f82c245971d) update - [`a949657`](https://github.com/langchain-ai/langgraphjs/commit/a94965733a8b44470a4e4794a5f129a431fec5be) update ### 📊 Changes **7 files changed** (+68 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/channels/base.ts` (+4 -4) 📝 `langgraph/src/checkpoint/base.ts` (+48 -12) 📝 `langgraph/src/checkpoint/memory.ts` (+4 -4) 📝 `langgraph/src/graph/graph.ts` (+1 -1) 📝 `langgraph/src/prebuilt/agent_executor.ts` (+0 -3) 📝 `langgraph/src/prebuilt/chat_agent_executor.ts` (+1 -2) 📝 `langgraph/src/pregel/index.ts` (+10 -43) </details> ### 📄 Description There are a couple things that don't have types: - Channel inputs (Record<string, any>) - Channel values (Record<string, any>) - Fixes # (issue) --- <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 18:17:09 -05:00
yindo closed this issue 2026-02-15 18:17:09 -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#484