update the readme

This commit is contained in:
Jinyi Han
2026-03-14 01:14:51 +08:00
parent 7977820500
commit cc450a87ab

View File

@@ -18,15 +18,12 @@ Every time GenericAgent solves a new task, it automatically crystallizes the exe
> **🤖 Self-Bootstrap Proof** — Everything in this repository, from installing Git and running `git init` to every commit message, was completed autonomously by GenericAgent. The author never opened a terminal once. > **🤖 Self-Bootstrap Proof** — Everything in this repository, from installing Git and running `git init` to every commit message, was completed autonomously by GenericAgent. The author never opened a terminal once.
---
## 📋 Core Features ## 📋 Core Features
- **Self-Evolving**: Automatically crystallizes each task into an SOP. Capabilities grow with every use, forming your personal skill tree. - **Self-Evolving**: Automatically crystallizes each task into an SOP. Capabilities grow with every use, forming your personal skill tree.
- **Minimal Architecture**: ~3,300 lines of core code. Agent Loop is just 92 lines. No complex dependencies, zero deployment overhead. - **Minimal Architecture**: ~3,300 lines of core code. Agent Loop is just 92 lines. No complex dependencies, zero deployment overhead.
- **Strong Execution**: Injects into a real browser (preserving login sessions). 7 atomic tools take direct control of the system. - **Strong Execution**: Injects into a real browser (preserving login sessions). 7 atomic tools take direct control of the system.
- **High Compatibility**: Supports Claude / Gemini / Kimi and other major models. Cross-platform. - **High Compatibility**: Supports Claude / Gemini / Kimi and other major models. Cross-platform.
---
## 🧬 Self-Evolution Mechanism ## 🧬 Self-Evolution Mechanism
@@ -56,8 +53,6 @@ After a few weeks, your agent instance will have a skill tree no one else in the
| <img src="assets/demo/autonomous_explore.png" width="100%" alt="Web Exploration"> | <img src="assets/demo/alipay_expense.png" width="100%" alt="Alipay Expense"> | <img src="assets/demo/wechat_batch.png" width="100%" alt="WeChat Batch"> | | <img src="assets/demo/autonomous_explore.png" width="100%" alt="Web Exploration"> | <img src="assets/demo/alipay_expense.png" width="100%" alt="Alipay Expense"> | <img src="assets/demo/wechat_batch.png" width="100%" alt="WeChat Batch"> |
| Autonomously browses and periodically summarizes web content. | *"Find expenses over ¥2K in the last 3 months"* — Drives Alipay via ADB. | Sends bulk WeChat messages, fully driving the WeChat client. | | Autonomously browses and periodically summarizes web content. | *"Find expenses over ¥2K in the last 3 months"* — Drives Alipay via ADB. | Sends bulk WeChat messages, fully driving the WeChat client. |
---
## 📅 Latest News ## 📅 Latest News
- **2026-03-10:** [Released million-scale Skill Library](https://mp.weixin.qq.com/s/q2gQ7YvWoiAcwxzaiwpuiQ?scene=1&click_id=7) - **2026-03-10:** [Released million-scale Skill Library](https://mp.weixin.qq.com/s/q2gQ7YvWoiAcwxzaiwpuiQ?scene=1&click_id=7)
@@ -500,7 +495,6 @@ GenericAgent 通过**分层记忆 × 最小工具集 × 自主执行循环**完
## ⭐ 支持 ## ⭐ 支持
如果这个项目对您有帮助,欢迎点一个 **Star!** 🙏 如果这个项目对您有帮助,欢迎点一个 **Star!** 🙏
同时也欢迎加入我们的**GenericAgent体验交流群**,一起交流、反馈和共建 👏 同时也欢迎加入我们的**GenericAgent体验交流群**,一起交流、反馈和共建 👏
@@ -510,5 +504,4 @@ GenericAgent 通过**分层记忆 × 最小工具集 × 自主执行循环**完
## 📄 许可 ## 📄 许可
MIT License — 详见 [LICENSE](LICENSE) MIT License — 详见 [LICENSE](LICENSE)