Skip to content

Commit ca2c068

Browse files
committed
release new version
1 parent d4970dd commit ca2c068

3 files changed

Lines changed: 274 additions & 136 deletions

File tree

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
- [🏗️ Architecture](#️-architecture)
149149
- [📊 Experimental Results](#-experimental-results)
150150
- [🚀 Quick Start](#-quick-start)
151-
- [🤖 nanobot Integration (Feishu / Telegram Chatbot)](#-nanobot-integration-feishu--telegram-chatbot)
151+
- [🤖 nanobot Integration (Feishu Chatbot)](#-nanobot-integration-feishu-chatbot)
152152
- [💡 Examples](#-examples)
153153
- [🎬 Live Demonstrations](#-live-demonstrations)
154154
- [⭐ Star History](#-star-history)
@@ -159,7 +159,7 @@
159159

160160
## 📰 News
161161

162-
🎉 **[2025-02] DeepCode + nanobot Integration — Chat with DeepCode via Feishu/Telegram!**
162+
🎉 **[2025-02] DeepCode + nanobot Integration — Chat with DeepCode via Feishu Bot!**
163163

164164
<div align="center">
165165
<table><tr>
@@ -169,9 +169,21 @@
169169
</tr></table>
170170
</div>
171171

172-
- [nanobot](https://github.com/HKUDS/nanobot) now connects to DeepCode — send messages in **Feishu / Telegram** and get auto-generated code back
172+
- [nanobot](https://github.com/HKUDS/nanobot) now connects to DeepCode — send messages in **Feishu** and get auto-generated code back
173173
- Supports **Paper-to-Code** and **Chat-to-Code**, plus real-time task tracking, all from your chat app
174-
- One-command deploy: `./nanobot/run_nanobot.sh`**[Setup Guide →](#-nanobot-integration-feishu--telegram-chatbot)**
174+
- One-command deploy: `./nanobot/run_nanobot.sh`**[Setup Guide →](#-nanobot-integration-feishu-chatbot)**
175+
176+
<div align="center">
177+
<table width="100%"><tr>
178+
<td width="50%" align="center">
179+
<img src="./assets/IMG_8098.jpeg" alt="Feishu Chat Example 1" width="95%" style="border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);"/>
180+
</td>
181+
<td width="50%" align="center">
182+
<img src="./assets/IMG_8099.jpeg" alt="Feishu Chat Example 2" width="95%" style="border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);"/>
183+
</td>
184+
</tr></table>
185+
<sub><em>Feishu Bot in Action — Natural language → Full code generation with setup instructions</em></sub>
186+
</div>
175187

176188
---
177189

@@ -876,9 +888,9 @@ docker compose -f deepcode_docker/docker-compose.yml logs -f # Logs
876888

877889
---
878890

879-
## 🤖 nanobot Integration (Feishu / Telegram Chatbot)
891+
## 🤖 nanobot Integration (Feishu Chatbot)
880892

881-
> Chat with DeepCode from **Feishu**, **Telegram**, or **Discord** — powered by [nanobot](https://github.com/HKUDS/nanobot).
893+
> Chat with DeepCode from **Feishu** — powered by [nanobot](https://github.com/HKUDS/nanobot).
882894

883895
<div align="center">
884896

@@ -923,7 +935,7 @@ flowchart LR
923935
</tr></table>
924936
</div>
925937

926-
Both services run inside the same **Docker Compose** network. Prerequisites: **Docker Desktop** + **OpenRouter API Key** ([get one](https://openrouter.ai/keys)) + **Feishu App** (or Telegram bot token).
938+
Both services run inside the same **Docker Compose** network. Prerequisites: **Docker Desktop** + **OpenRouter API Key** ([get one](https://openrouter.ai/keys)) + **Feishu App**.
927939

928940
---
929941

@@ -942,16 +954,6 @@ Both services run inside the same **Docker Compose** network. Prerequisites: **D
942954

943955
</details>
944956

945-
<details>
946-
<summary><b>Telegram</b> (Alternative)</summary>
947-
948-
1. Message **@BotFather** → `/newbot` → copy the bot token
949-
2. Set in `nanobot_config.json`: `"telegram": { "enabled": true, "token": "YOUR_TOKEN" }` and `"feishu": { "enabled": false }`
950-
951-
</details>
952-
953-
---
954-
955957
### Step 2 · Configure
956958

957959
```bash

0 commit comments

Comments
 (0)