@farukada/aws-langgraph-dynamodb-ts 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -279,9 +279,9 @@ await history.clear('user-123', 'session-456');
|
|
|
279
279
|
|
|
280
280
|
Comprehensive guides for each module:
|
|
281
281
|
|
|
282
|
-
- **[Checkpointer Guide](./
|
|
283
|
-
- **[Store Guide](./
|
|
284
|
-
- **[History Guide](./
|
|
282
|
+
- **[Checkpointer Guide](./src/checkpointer/checkpointer.md)** - Complete guide to DynamoDBSaver with checkpoint management, workflow persistence, and recovery strategies
|
|
283
|
+
- **[Store Guide](./src/store/store.md)** - Detailed documentation for DynamoDBStore covering memory storage, semantic search, filtering, and namespace organization
|
|
284
|
+
- **[History Guide](./src/history/history.md)** - Full guide to DynamoDBChatMessageHistory for chat message storage, session management, and conversation tracking
|
|
285
285
|
|
|
286
286
|
## API Reference
|
|
287
287
|
|
package/package.json
CHANGED