← Workflow examples

Simple LLM chat

A minimal workflow — entry, an LLM agent and an answer. The basis for any chatbot.

Graph preview

How it works

This graph is the simplest possible chatbot:

  1. Entry receives the user’s message.
  2. LLM sets the model and parameters (a separate node linked to the agent via link_llm).
  3. Agent processes the message and produces a reply.
  4. Answer returns the result to the user.

What to configure after import

  • Pick a model in the LLM node — it’s left empty in the template so import works on any plan.
  • Optionally add a system prompt in the agent’s configuration.

Click “Copy nodes” to paste the graph into an open editor (Ctrl+V), or “Open in Flow” to create a new workflow from this template.