Skip to content

Wizlit-Org/langgraph-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple LangGraph Studio Example

This is a simple example of using LangGraph Studio with a basic echo graph.

Setup

  1. Install the requirements:
pip install -r requirements.txt
  1. Run LangGraph Studio:
langgraph dev
  1. Open your browser and navigate to http://localhost:3000

Project Structure

  • graph.py: Contains the graph definition with a simple echo node
  • langgraph.yaml: Configuration file for LangGraph Studio
  • requirements.txt: Project dependencies

How it Works

The graph consists of a single node that echoes back any message it receives. The state contains:

  • messages: A list of messages
  • next: The next node to execute

When you send a message through the Studio interface, it will be processed by the process_message node and echoed back.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages