Coze
Provide a hosted, no-code visual platform on which a non-engineer can compose a bot from large-language-model nodes, plugins (tools), a knowledge base (RAG), workflows, memory and triggers, and publish it to chat channels such as Discord, Telegram, Lark/Feishu and WeChat.
Description
Coze is a no-code/low-code agent-building platform from ByteDance, launched internationally on 2024-02-01 and operated in China as 扣子 on coze.cn, where it is powered primarily by ByteDance's Doubao (豆包) models. A creator assembles a bot from four reusable building blocks — a workflow graph, plugins (callable tools), a knowledge base (RAG over uploaded documents) and memory/variables — in a drag-and-drop editor, then publishes the bot to one or more chat channels (Discord, Telegram, Slack, Lark/Feishu, WeChat). Multi-Agent Mode lets several specialised bots be wired together with jump conditions, so a 'main menu' bot can route a turn to a specialised sub-bot. The open-source Apache-2.0 edition (Coze Studio) is published by ByteDance's coze-dev GitHub organisation and derives directly from the same Coze platform.
Solution
Visual workflow graph composed of typed nodes — model, plugin (tool), knowledge-base retrieval, conditional/code — driven from a Start node and terminated by an End node. A bot binds a workflow (or a single Agent prompt) to plugins, knowledge bases, databases, and memory/variables. Bots can also be wired in Multi-Agent Mode with jump conditions, and invoked by user messages on published channels, scheduled triggers, or webhook event triggers.
Primary use cases
- no-code chatbot building published to Discord/Telegram/Slack/Feishu/WeChat
- RAG over uploaded documents via the Knowledge Base resource
- scheduled and webhook-triggered bot tasks
- multi-bot routing via Multi-Agent Mode
- self-hosted agent development via the open-source Coze Studio edition
Open the full interactive page →
Diagram, neighbourhood map, code examples, related patterns and full provenance.