Skip to content

tpmullee/langgraph-support-triage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Triage Autopilot (LangGraph 1.0)

A tiny but real LangGraph app that demonstrates stateful control-flow, a human approval gate (interrupt → resume), and persisted state via a SQLite checkpointer. Product managers can use this as a pattern for “stop-before-money/legal” workflows.

Why LangGraph (not just one LLM call)?

  • Declarative graph: route by intent (faq / issue / refund) with explicit nodes.
  • Human-in-the-loop: interrupt() pauses at risky steps; resume with a decision.
  • Persistence: SQLite checkpointer for durable threads and resumability.

Quickstart (Python 3.12)

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python -m uvicorn app:app --reload --port 8000
# UI → http://127.0.0.1:8000/ui/

About

Stateful support triage agents with human approval gates and SQLite checkpoints (LangGraph).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors