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