add hyperlink

This commit is contained in:
Chester Curme
2025-01-21 10:31:27 -05:00
parent 31578cbe0e
commit ee61d06f8d
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -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
+3 -2
View File
@@ -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