From 0bafeec7855b5f4d38f3ada05846a45a968f7b5b Mon Sep 17 00:00:00 2001 From: Ryunosuke Iwai Date: Sat, 1 Feb 2025 12:53:03 +0900 Subject: [PATCH] fix(docs): adjust list appearance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8064f26f..a9090b13 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [A ### Why use LangGraph? LangGraph powers [production-grade agents](https://www.langchain.com/built-with-langgraph), trusted by Linkedin, Uber, Klarna, GitLab, and many more. LangGraph provides fine-grained control over both the flow and state of your agent applications. It implements a central [persistence layer](https://langchain-ai.github.io/langgraphjs/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 interactions;