Build Your First AI Agent3 nodes
FeaturedAI#Agent#Beginner#Chatbot#Memory#OpenAI
Build Your First AI Agent
A beginner-friendly interactive AI agent with conversation memory — type a message and get context-aware replies.
Workflow at a glance
The full canvas, before you import it
Click any node to see its config.
#Agent#Beginner#Chatbot#Memory#OpenAI
Click a node to select it — same as the Heym editor; the panel shows its settings.
3 nodes · Free & source-available
Build Your First AI Agent
The simplest way to get a conversational AI agent running in Heym. Type a message, the Agent replies, and conversation history is preserved across turns so every follow-up stays in context.
What this workflow does
- YourMessage — type any question or command
- ChatAgent — processes your input with a helpful assistant persona and built-in memory
- AgentReply — surfaces the final answer
Use cases
- Learning how Heym Agent nodes work before adding integrations
- Prototyping a chatbot before wiring it to Telegram, Slack, or a web channel
- Exploring prompt engineering with a live feedback loop
Setup
- Open the ChatAgent node and connect an OpenAI-compatible credential.
- Edit the system instruction to change the persona, language, or domain focus.
- Run the workflow manually from the editor — type your message in the YourMessage node and click Run.
Notes
- The Agent node keeps a rolling conversation buffer across manual runs in the same session.
- Swap GLM-4.7 for any OpenAI-compatible model in the Agent node model dropdown.
- To add Telegram or Slack as the trigger, replace YourMessage with a TelegramTrigger or SlackTrigger node.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
More workflow templates
Discover more automations
- AIBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- AIGemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- AIPDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.
- AIMeeting Notes → JSON TasksTurn messy meeting notes into structured JSON tasks with the LLM node's JSON output mode — no image pipeline required.
- AIInbox TL;DR SummarizerPaste a long email or thread — one LLM call returns a short TL;DR with next actions.
- AIRAG Document IngestChunk and embed a document into a Qdrant vector store so it can be retrieved later by the RAG Search node.
- AIRAG Q&A AgentSearch your Qdrant vector store for relevant context, then answer with an LLM — grounded in your own documents.
- AILanguage Switch RouterDetect the language of incoming text with an LLM and route to the matching branch using the Switch node.