mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
400 B
400 B
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