mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 09:02:25 +02:00
add hyperlink
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user