Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain Intro

This project is a simple LangGraph application that can receive commands to make a text uppercase or lowercase.

Example: "Make this complete sentence uppercase."

The project showcases a compact but complete setup: graph definition, node composition, and server integration. The goal is to practice core concepts such as graph-based orchestration, modular node design, and local execution of a LangGraph-powered workflow.

Build

npm install

Run this application

npm run dev

Run the tests

npm run tests

Run the LangGraph server

npm run langgraph:serve

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages