Play RPG with Groq Dungeon Master via Telegram voice messages — n8n 工作流

复杂度 触发器9 个节点🏷️ Miscellaneous作者:Anton Bezman

概览

Dungeons and Goblins — AI Telegram Voice Adventure with Persistent Memory

This n8n template demonstrates how to use an AI agent with persistent memory to run a structured, rules-driven fantasy role-playing game entirely through Telegram voice messages. The workflow acts as a Dungeon Master, narrating scenes, resolving mechanics, performing dice rolls when authorized, and explicitly saving game state between turns.

How it works

A player actions are provided to Telegram bot via voice messages.

使用的节点

HTTP RequestTelegramAI AgentSimple MemoryGroq Chat Model

工作流预览

Dungeons & Goblins AI Dungeon Master (with vo
This workflow turns n8n into a persistent Dungeons & Go
3. Agent processes your input using saved dat
1. Bot receives voice message and downloads i
2. Using your entered API key Groq parses spe
4. Using your entered API key Groq generates
modelmemory
Groq Chat Model
Dungeon Master
The track of your advent…
Send an audio file
P
Paste your Groq API key
R
Receive Voice Message
Download Audio File
Speech to Text
Text to Speech
9 nodes8 edges

工作原理

  1. 1

    触发器

    工作流由 触发器 触发器启动。

  2. 2

    处理

    数据流经 9 个节点, connecting agent, httprequest, lmchatgroq。

  3. 3

    输出

    工作流完成自动化并将结果发送到配置的目标。

节点详情 (9)

HT

HTTP Request

httpRequest

#1
TE

Telegram

telegram

#2
AI

AI Agent

n8n-nodes-langchain.agent

#3
SI

Simple Memory

n8n-nodes-langchain.memoryBufferWindow

#4
GR

Groq Chat Model

n8n-nodes-langchain.lmChatGroq

#5

如何导入此工作流

  1. 1点击右侧 下载 JSON 按钮保存工作流文件。
  2. 2打开你的 n8n 实例,依次点击 工作流 → 新建 → 从文件导入
  3. 3选择下载的 play-rpg-with-groq-dungeon-master-via-telegram-voice-messages 文件并点击导入。
  4. 4为每个服务节点配置 凭证(API 密钥、OAuth 等)。
  5. 5点击 测试工作流 验证一切正常,然后激活它。

或直接在 n8n → 从 JSON 导入 中粘贴:

{ "name": "Play RPG with Groq Dungeon Master via Telegram voice messages", "nodes": [...], ...}

集成

agenthttprequestlmchatgroqmemorybufferwindowsettelegramtelegramtrigger

获取此工作流

一键下载并导入

下载 JSON在 n8n.io 上查看
节点9
复杂度medium
触发器trigger

创建者

Anton Bezman

Anton Bezman

@nefar1an

标签

agenthttprequestlmchatgroqmemorybufferwindowsettelegramtelegramtrigger

n8n 新手?

n8n 是一款免费开源的工作流自动化工具,支持自托管或使用云版本。

免费获取 n8n →

Related Miscellaneous Workflows