Botpress
Build, deploy, and monitor chatbots and LLM-powered agents on one open-source conversational
AI platform: Botpress. Its Studio is a visual development environment: a drag-and-drop canvas
arranges conversation logic with nodes for messages, questions, choices, and actions, while a
built-in emulator simulates conversations for debugging before anything goes live. Agents
ground their answers in a knowledge base assembled from uploaded documents, ingested websites,
and past conversations via retrieval-augmented generation, and the LLM layer connects to
multiple model providers - GPT-4, Claude, Mistral - with a configurable model strategy. An
autonomous engine handles reasoning, tool orchestration, persistent memory across sessions,
and sandboxed code execution, and custom code actions in TypeScript extend agents past
prebuilt workflows. Over 100 integrations deploy the same bot to WhatsApp, Telegram, Slack,
Microsoft Teams, and web chat, and connect it to HubSpot, Zendesk, Zapier, and arbitrary APIs
and webhooks. Human handoff, conversation analytics, and quality monitoring cover production
operation. Originating in 2017 from a Montreal team, the community edition is developed openly
on GitHub.
Deploy