Agent Templates
5 templates available
GitHub Issue Triage Agent
An n8n workflow that listens for new GitHub issues via webhook, asks an LLM to classify type (bug / feature / question) and severity, then applies the matching labels back on the issue through the GitHub API. A practical first-responder for busy repositories.
Daily Research Digest Agent
Runs every morning, pulls items from any set of RSS/Atom feeds you configure, summarises the highlights with an LLM, and emails you a single tidy digest. Replace the feed URLs in the Schedule node's notes with your own sources.
Support Ticket Classifier
A Flowise chatflow that takes a raw customer message and returns a structured classification — topic, urgency, and a suggested first reply — so your team can route and respond faster. Import the JSON into Flowise and add your Anthropic key.
Meeting Notes → Action Items
Send a meeting transcript to the webhook and the workflow extracts a clean list of action items — task, owner, and due date — then returns them as JSON ready to post into Slack, Notion, or your task tracker of choice.
Docs FAQ RAG Assistant
A Langflow retrieval-augmented-generation flow: embed your documentation into a local Chroma vector store, then answer user questions grounded in that content. Point it at your own markdown or PDFs and it becomes an instant docs assistant.