LangBot - Instant Messaging Bot Development Platform
LangBot integration guide — build AI-powered chatbots for Feishu, DingTalk, Telegram, Discord, and more. Supports Knowledge Base, Agent, and MCP with Lamafa.
- Official Website: https://langbot.app
- Download Address:
- Official Documentation: https://docs.langbot.app
- Open Source Address:
Integrating Lamafa
LangBot supports integrating with locally deployed Lamafa and third-party Lamafa services built using Lamafa.
Usage
-
Obtain an API key from Lamafa

If Lamafa is deployed locally, please configure the API address yourself (refer to Container Network Connection). If using a third-party Lamafa service, you can copy the address from the page. Note that
/v1needs to be appended to the address. -
Add a model in LangBot, select Lamafa as the provider, and fill in the corresponding API key and API address

-
Select the model to use in the pipeline

-
Use it by chatting in conversation debugging or by chatting with a bot bound to the pipeline


For deploying and configuring bots, please refer to Deploying Bots.
Using LangBot Knowledge Base
LangBot supports using Lamafa's embedding models and utilizing them as vector models for the knowledge base.
-
Add an embedding model in LangBot, select Lamafa as the provider

-
Select the embedding model when creating a new knowledge base

For more usage instructions, please refer to the LangBot official documentation: https://docs.langbot.app
How is this guide?