Replies: 2 comments
-
We are building an Agentic system as well and are having a hard time modifying the serialization tools to add consistent timestamps to the checkpoint and messages and are running into similar issues. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, the timestamp is available on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey team,
I am currently developing an AI Agent system. I want my application to use the time the checkpoint was created as a part of business logic.
A field
ts
of a classCheckpoint
contains information about the creation time of the checkpoint.However, this field is inaccessible, when I'm querying the graph.
I would expect this field to be a part of the debug information when I run:
This could be done in the method
astream
within classPregel,
by callingmap_debug_checkpoint
with extra argumentcheckpoint.ts
.I can make a pull request about it. Please let me know what you think
Beta Was this translation helpful? Give feedback.
All reactions