java langgraph-checkpoint

This commit is contained in:
Nuno Campos
2025-03-01 18:51:45 -08:00
parent c4275bdc32
commit 196bcfe08d
24 changed files with 2321 additions and 0 deletions
@@ -0,0 +1,5 @@
dependencies {
// MessagePack for serialization
implementation 'org.msgpack:msgpack-core:0.9.3'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.3'
}