langgraph and rlm-langgraph
LangGraph is the foundational framework that B builds upon—B is a specialized production agent implementation that extends LangGraph's core graph-based orchestration with additional features like recursive LLM calls and persistent checkpointed memory.
About langgraph
langchain-ai/langgraph
Build resilient language agents as graphs.
Supports durable execution with automatic state persistence across failures, human-in-the-loop interrupts for agent inspection/modification, and comprehensive memory management combining short-term working state with long-term persistence. Built as a low-level orchestration framework inspired by Pregel and Apache Beam, it integrates seamlessly with LangChain ecosystem tools including LangSmith for observability and LangSmith Deployments for production scaling of stateful workflows.
About rlm-langgraph
SRV-YouSoRandom/rlm-langgraph
Production-grade Recursive Language Model (RLM) agent rebuilt on LangGraph, explicit StateGraph, checkpointed memory, sandboxed REPL, recursive sub-LLM calls, and vector search over Qdrant. Evolved from rlm-agent.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work