Files
vercel[bot] 96939dd0bd Fix React Server Components RCE vulnerability (#2820)
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-09 18:21:03 -05:00
..

LangGraph customer support agent

Overview

This is a customer support agent example that uses LangGraph to handle customer support requests.

See: https://langchain-ai.github.io/langgraph/tutorials/customer-support/customer-support/

Setup

In agent-py, run:

poetry install
poetry run seed

Run

In agent-py:

poetry run demo

In ui:

pnpm install
pnpm dev