For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
346
Sponsor

Customer Feedback Summary

Retrieves, categorizes, and summarizes customer feedback into an executive report with recommendations.

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.ts

Customization

  • Edit index.ts to change the model, description, or system prompt.
  • Add route-local tools under tools/; tool input and output types are inferred from TypeScript.
  • Run dawn verify before deploying generated LangGraph artifacts.