Skip to content

How to access data from a past thread inside a node when using langgraph cloud ? #1112

Open
@dyingg

Description

@dyingg

The langgraph platform deployment and IDE are great for my purposes.

I was thinking of a situation where I would like to fetch the state of a past graph run inside a node, I could store this value in the store as well infact that's what Im going to do to keep list of thread_ids opened by the user, but I think it would be wasteful from a memory utilisation perspective as the data I need is the final state of the past thread run which is already stored.

Since I am not passing my own checkpointer while compiling the graph, Im not sure how I should access this when running the IDE locally and in a production deployment via langgraph platform?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions