1 repository
Structures for maintaining persistent context and state for autonomous agents.
Distinguishing note: Focuses on shared state repositories for agentic workflows.
Explore 1 awesome GitHub repository matching software engineering & architecture · Agent Memory Models. Refine with filters or upvote what's useful.
LangGraph is a framework for building stateful, multi-step agentic workflows by modeling application logic as a directed graph. It provides a runtime environment where complex tasks are orchestrated through interconnected nodes and edges, allowing developers to manage state transitions, persistent memory, and control flow across long-running automated processes. The platform distinguishes itself through its native support for human-in-the-loop automation, enabling developers to define breakpoints that pause execution for manual review, modification, or approval. It also features checkpoint-ba
Creates a shared data structure that serves as a central repository for task execution.