Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pioneering] LangGraph #997

Closed
lukehinds opened this issue Feb 10, 2025 · 0 comments
Closed

[Pioneering] LangGraph #997

lukehinds opened this issue Feb 10, 2025 · 0 comments
Assignees

Comments

@lukehinds
Copy link
Contributor

lukehinds commented Feb 10, 2025

🦜🕸️LangGraph https://github.com/langchain-ai/langgraph

Version
Downloads
Open Issues
Docs

⚡ Building language agents as graphs ⚡

Note

Looking for the JS version? See the JS repo and the JS docs.

Overview

LangGraph is a library for building
stateful, multi-actor applications with LLMs, used to create agent and multi-agent
workflows. Check out an introductory tutorial here.

LangGraph is inspired by Pregel and Apache Beam. The public interface draws inspiration from NetworkX. LangGraph is built by LangChain Inc, the creators of LangChain, but can be used without LangChain.

Why use LangGraph?

LangGraph powers production-grade agents, trusted by Linkedin, Uber, Klarna, GitLab, and many more. LangGraph provides fine-grained control over both the flow and state of your agent applications. It implements a central persistence layer, enabling features that 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: 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.

Through LangGraph Platform, LangGraph also provides tooling for
the development, deployment, debugging, and monitoring of your applications.

LangGraph integrates seamlessly with
LangChain and
LangSmith (but does not require them).

To learn more about LangGraph, check out our first LangChain Academy
course, Introduction to LangGraph, available for free
here.

@lukehinds lukehinds changed the title LandGraph [Pioneering] LangGraph Feb 10, 2025
@JAORMX JAORMX self-assigned this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants