From ee61d06f8dc8404ea6de960c2e19e9908924c62f Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 21 Jan 2025 10:31:27 -0500 Subject: [PATCH] add hyperlink --- README.md | 5 +++-- libs/langgraph/README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 828abae90..bd6cf5586 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [A ### Why use LangGraph? LangGraph provides fine-grained control over both the flow and state of your -agent applications. It implements a central persistence layer, enabling features that -are common to most agent architectures: +agent applications. It implements a central +[persistence layer](https://langchain-ai.github.io/langgraph/concepts/persistence/), +enabling features that are common to most agent architectures: - **Memory**: LangGraph persists arbitrary aspects of your application's state, supporting memory of conversations and other updates within and across user diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index 828abae90..bd6cf5586 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -22,8 +22,9 @@ LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [A ### Why use LangGraph? LangGraph provides fine-grained control over both the flow and state of your -agent applications. It implements a central persistence layer, enabling features that -are common to most agent architectures: +agent applications. It implements a central +[persistence layer](https://langchain-ai.github.io/langgraph/concepts/persistence/), +enabling features that are common to most agent architectures: - **Memory**: LangGraph persists arbitrary aspects of your application's state, supporting memory of conversations and other updates within and across user