Умный ассистент для встреч
★ 5.8 · n8n
This n8n workflow implements an intelligent agent assistant for meeting preparation and follow-up. Use it when you need to automatically generate an agenda before a call, when you want a meeting summary immediately after it ends, or when action items from a discussion should land in a task tracker without manual entry. The workflow is packaged as a single JSON and imports into n8n without additional dependencies. Based on the repository name, the agent processes meeting data — likely a transcript or inbound message — and produces a structured output: summaries, tasks, and participant notes. Requires a configured LLM provider (OpenAI or equivalent) and a notification channel after import. Targets workflow automation around meetings and is most valuable for teams with frequent calls. It differs from simple summary scripts by incorporating agentic reasoning steps and routing logic. Best suited for teams using Zoom, Google Meet, or Calendly with webhook support. Not ideal if you lack access to an LLM API or meeting transcripts. No README; the node graph reveals the full stack after import.