Skip to content

whysokara/langgraphfcc

Repository files navigation

langgraphfcc

FastAPI service

This repo includes a small FastAPI app in api_server/ that exposes a LangGraph sentiment workflow.

Run

  1. Install deps:
pip install -r requirements.txt
  1. Start the server:
uvicorn api_server.app:app --reload
  1. Try it:
curl -s -X POST http://127.0.0.1:8000/process \
  -H 'content-type: application/json' \
  -d '{"text":"This product is terrible"}'

Health check:

curl -s http://127.0.0.1:8000/healthz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors