1 रिपॉजिटरी
Storage implementations for maintaining persistent agent session data and memory.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · State Backends. Refine with filters or upvote what's useful.
LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing
Persists session data and historical state across multiple interactions using integrated storage backends.