mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-15 00:27:29 +08:00
docs: refresh zh/en readme with concurrency, memory-ekg and streaming updates
This commit is contained in:
17
README_EN.md
17
README_EN.md
@@ -19,13 +19,28 @@ A long-running AI Agent written in Go: lightweight, auditable, and multi-channel
|
||||
|
||||
## Concurrency Scheduling (New) ⚙️
|
||||
|
||||
- 🧩 A composite message is auto-split into sub-tasks (configurable max)
|
||||
- 🧩 A composite message is automatically split into sub-tasks
|
||||
- 🔀 Within the same session: non-conflicting tasks run in parallel
|
||||
- 🔒 Within the same session: conflicting tasks run serially (to avoid collisions)
|
||||
- 🏷️ `resource_keys` are inferred automatically by default (no manual input needed)
|
||||
|
||||
---
|
||||
|
||||
## Memory + EKG Enhancements (New) 🧠
|
||||
|
||||
- 📚 Before each sub-task runs, related memory is fetched via `memory_search`
|
||||
- 🚨 EKG + task-audit are used to detect repeated error-signature risks
|
||||
- ⏱️ High-risk tasks include retry-backoff hints to reduce repeated failures
|
||||
|
||||
---
|
||||
|
||||
## Telegram Streaming Rendering (New) 💬
|
||||
|
||||
- 🧷 Stream flushes happen at syntax-safe boundaries to reduce formatting jitter
|
||||
- ✅ A final convergence render is applied when streaming ends for stable layout
|
||||
|
||||
---
|
||||
|
||||
## 3-Minute Quick Start ⚡
|
||||
|
||||
### 1) Install
|
||||
|
||||
Reference in New Issue
Block a user