Skip to content

lionkeng/streaming-langgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streaming-langgraph

an example of streaming output from langgraph to a fastAPI endpoint

installation instruction

  • recommended: use a Python virtual environement
pip install -r requirements.txt

running instruction

  • required: create a .env file and ensure that it contains a valid OPENAI_API_KEY
python -m main

testing instruction

curl http://localhost:8000/chat

About

an example of streaming for langgraph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages