Skip to content

This repository is dedicated for storing chatbot examples created with LangGraph

Notifications You must be signed in to change notification settings

WSE-research/langgraph-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LangGraph Examples

This repository is dedicated for collecting applications examples built with LangGraph (mostly chatbots and dialogue agents).

What is LangGraph

LangGraph is a library to build dialogue systems. In general, it operates as a Finite State Machine (FSM).

In other words, a dialogue is modeled wtih:

  • A list of nodes (e.g. entry node, greeting node, order node)
  • A list of edges: transitions between the nodes (can also be conditional)
  • A dialogue state: a dictionary with slots that are to be filled within a dialogue (e.g. client address when ordering a pizza)

Important: Don't mix up an "FSM State" (a node) and a "Dialogue State" (a collection of slots to be filled).

Structure

JavaScript examples (To be done...)

About

This repository is dedicated for storing chatbot examples created with LangGraph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published