mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 07:54:19 +00:00
docs(readme): add web panel dashboard screenshot to all READMEs
Place the populated management-dashboard screenshot (already used on the docs homepage) near the top of every localized README — right after the opening "What is LangBot?" paragraph and before the Key Capabilities list. The image ships in res/ so it resolves on GitHub, PyPI and mirrors without hotlinking the docs site. Alt text is localized per language and carries product + feature keywords for SEO. Covers: en, zh-CN, zh-TW, ja, es, fr, ko, ru, vi.
This commit is contained in:
@@ -36,6 +36,10 @@ English / [简体中文](README_CN.md) / [繁體中文](README_TW.md) / [日本
|
||||
|
||||
LangBot is an **open-source, production-grade platform** for building AI-powered instant messaging bots. It connects Large Language Models (LLMs) to any chat platform, enabling you to create intelligent agents that can converse, execute tasks, and integrate with your existing workflows.
|
||||
|
||||
<p align="center">
|
||||
<img src="res/dashboard-overview.png" alt="LangBot web management dashboard — real-time monitoring of message volume, model calls, success rate and active sessions" width="720"/>
|
||||
</p>
|
||||
|
||||
### Key Capabilities
|
||||
|
||||
- **AI Conversations & Agents** — Multi-turn dialogues, tool calling, multi-modal support, streaming output. Built-in RAG (knowledge base) with deep integration to [Dify](https://dify.ai), [Coze](https://coze.com), [n8n](https://n8n.io), [Langflow](https://langflow.org), [Deerflow](https://deerflow.tech), [Weknora](https://weknora.weixin.qq.com).
|
||||
|
||||
Reference in New Issue
Block a user