From 44970640d55020cee59c6dabbf3ccbd9d5e21349 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Fri, 17 Jan 2025 16:28:36 -0500 Subject: [PATCH] cr --- README.md | 5 +++-- libs/langgraph/README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 662a71130..2582752a5 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ 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; -- **Human-in-the-loop**: Execution can be interrupted and resumed, allowing for -decisions, validation, and corrections at key stages via human input. +- **Human-in-the-loop**: Because state is checkpointed, execution can be interrupted +and resumed, allowing for decisions, validation, and corrections at key stages via +human input. Standardizing these components allows individuals and teams to focus on the behavior of their agent, instead of its supporting infrastructure. diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index 662a71130..2582752a5 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -28,8 +28,9 @@ 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; -- **Human-in-the-loop**: Execution can be interrupted and resumed, allowing for -decisions, validation, and corrections at key stages via human input. +- **Human-in-the-loop**: Because state is checkpointed, execution can be interrupted +and resumed, allowing for decisions, validation, and corrections at key stages via +human input. Standardizing these components allows individuals and teams to focus on the behavior of their agent, instead of its supporting infrastructure.