aget_tuple(
self,
config: RunnableConfig,
) -> CheckpointTuple | NoneGet a checkpoint tuple from the database asynchronously.
Note:
This async method is not supported by the SqliteSaver class. Use get_tuple() instead, or consider using AsyncSqliteSaver.