From 3deea9eeaa38ee4c7625665fa5c30881541043a2 Mon Sep 17 00:00:00 2001 From: vbarda Date: Wed, 29 Jan 2025 17:43:51 -0500 Subject: [PATCH] docs: small README update --- README.md | 2 +- libs/langgraph/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a726e8d5..29e39289 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [A ### Why use LangGraph? -**LangGraph powers production-grade agents, 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: +LangGraph powers production-grade agents, 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 diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index a726e8d5..29e39289 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -21,7 +21,7 @@ LangGraph is inspired by [Pregel](https://research.google/pubs/pub37252/) and [A ### Why use LangGraph? -**LangGraph powers production-grade agents, 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: +LangGraph powers production-grade agents, 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