Build Your First AI Agent3 nodes
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
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- AI AgentsBlind Eval TrioThree cross-lab agents evaluate any decision blind: steelman defends, stress_test attacks, gap_finder finds what's missing. No synthesizer — you integrate.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Document OpsJina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- Dev & IT OpsCursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.
- Marketing & SEOGemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- Document OpsPDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.
- Dev & IT OpsClaude Blog MonitorMonitor the Anthropic blog on a schedule and Slack-notify your team on new Claude posts.
- App IntegrationsOpen-Meteo Weather SnapshotPull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.
- Dev & IT OpsGitHub Release RadarCompare the latest GitHub release tag against Redis and notify Slack when a project ships a new version.