diff --git a/README.md b/README.md index 39ebf9bc60..ef35e67835 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2024-06-05 09:43:27 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2025-08-26 14:38:43 + * @LastEditTime: 2025-09-02 18:11:40 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. @@ -20,9 +20,24 @@ AI powered Omnichannel customer service With Team Cooperation - [English](./README.md) - [中文](./README.zh.md) +## Admin Dashboard + ![statistics](./images/admin/statistics.png) + +## Admin Chat + ![chat](./images/admin/chat.png) + +## Admin LLM+Agent + +![llm_agent](./images/admin/llm_agent.png) + +## Admin Channel + ![channel](./images/admin/channel.png) + +## Agent + ![agent](./images/agent/agent_chat.png) ## Introduction diff --git a/README.zh.md b/README.zh.md index 6d7be26a5f..321a380f3f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -9,7 +9,7 @@ ![weiyu](./images/nin1.png) -## 管理端 +## 管理后台 ![chat](./images/admin/chat_zh.png) @@ -17,7 +17,11 @@ ![channel](./images/admin/channel.png) -## 客服端 +## 大模型+智能体 + +![llm_agent](./images/admin/llm_agent.png) + +## 客服工作台 ![agent](./images/agent/agent_chat.png) diff --git a/images/admin/llm_agent.png b/images/admin/llm_agent.png new file mode 100644 index 0000000000..80869f8a0c Binary files /dev/null and b/images/admin/llm_agent.png differ