Live preview
FlueOutput will stream here when you run the agent.
Summary
The Meeting Notes Agent takes a raw meeting transcript and returns clean, structured notes: a short summary, the decisions that were made, action items as owner/task pairs, and any open questions. Reach for it to close out standups, planning sessions, or customer calls without writing up notes by hand.
Install
$ pnpm dlx shadcn@latest add @agentcn/flue/meeting-notes
Composition
agents/
└── meeting-notes.ts # Single-agent variant
workflows/
└── meeting-notes.ts # Workflow returning a typed Notes objectCustomization
- Reshape the notes. Edit the
Notesvalibot schema to add fields like attendees, risks, or next meeting date. - Persist the output. Add a tool that writes the notes to Notion, Linear, or a database.
- Tune the extraction. Edit the agent instructions to change how owners are inferred or how decisions are phrased.
- Swap the model. Change the
modelfield for longer transcripts or speed.