This commit is contained in:
Chester Curme
2025-01-17 16:07:16 -08:00
committed by Nuno Campos
parent 0f4e42474f
commit 44970640d5
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -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.
+3 -2
View File
@@ -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.