32dots HEIDELBERG AI
EXTENDED COURSE

Langflow

Langflow is a free, open-source (MIT) drag-and-drop canvas for building AI agents and RAG apps — a visual front end over Python and LangChain that runs on your own laptop or server. In this course you start from a one-click template, learn to read and wire the canvas, build a chatbot that answers from your own documents, swap in any model you like, debug it in the live Playground, then export the finished flow as a REST API or an MCP server. You bring your own model API key; everything else is free to run.

1Lessons6step-by-step, ~90 min each
2Cheat sheetcopy-ready expressions
3Examples2what people built

Internal tools & ops1

Langflow AI-native SME Small biz
Course starter

Form-to-action intake agent

A Langflow agent reads incoming request text, classifies it, extracts the key fields, and routes a structured summary to the right inbox — exported as an API the rest of your stack calls.

Messy free-text requests arrive pre-sorted and structured, with no manual triage.

Try it yourself

New Flow → Agent + a "classify/extract" prompt → export as API → POST a sample request to it.

Research & data tools1

Langflow Scientist
Course starter

Lab data-lookup assistant

A Langflow agent is given a "fetch from a public API" tool and a calculator tool, so it can answer "Pull the latest sequence record for accession X and tell me its length" by choosing the right tool live.

A reusable bench assistant the whole group can query — exported as an API endpoint.

Try it yourself

New Flow → Simple Agent template → add an API Request tool component → open the Playground and ask a data question.