Output will stream here when you run the agent.
Summary
The Customer Feedback Summary Agent answers questions about your customer feedback. It retrieves entries from your data source, categorizes them by theme and segment, and produces an executive summary with representative quotes and concrete recommendations. Reach for it to turn a backlog of reviews, tickets, or survey responses into something a team can act on.
Installation
$ pnpm dlx shadcn@latest add @agentcn/langgraph/feedback-summary
Composition
├── index.ts
├── instructions.md
├── tools/get_feedback.tsCustomization
- Edit
index.tsto change the model, description, or system prompt. - Add route-local tools under
tools/; tool input and output types are inferred from TypeScript. - Run
dawn verifybefore deploying generated LangGraph artifacts.