update with coding plan, quick start with AI!
This commit is contained in:
@@ -9,11 +9,13 @@
|
||||
👋 加入我们的 <a href="resources/WECHAT.md" target="_blank">微信</a> 社区
|
||||
</p>
|
||||
|
||||
## 快速开始
|
||||
你可以使用 claude code,输入以下 prompt,快速部署本项目
|
||||
## 懒人版快速安装
|
||||
|
||||
你可以使用Claude Code,配置 [GLM Coding Plan](https://bigmodel.cn/glm-coding) 后,输入以下提示词,快速部署本项目。
|
||||
|
||||
```
|
||||
访问文档,为我安装 AutoGLM
|
||||
https://raw.githubusercontent.com/zai-org/Open-AutoGLM/refs/heads/main/README.md\
|
||||
https://raw.githubusercontent.com/zai-org/Open-AutoGLM/refs/heads/main/README.md
|
||||
```
|
||||
|
||||
## 项目介绍
|
||||
|
||||
@@ -6,11 +6,13 @@
|
||||
<img src=resources/logo.svg width="20%"/>
|
||||
</div>
|
||||
<p align="center">
|
||||
👋 Join our <a href="resources/WECHAT.md" target="_blank">WeChat</a> and <a href="https://discord.gg/QR7SARHRxK" target="_blank">Discord</a> communities
|
||||
👋 Join our <a href="resources/WECHAT.md" target="_blank">WeChat</a> or <a href="https://discord.gg/QR7SARHRxK" target="_blank">Discord</a> communities
|
||||
</p>
|
||||
|
||||
## Quick Start
|
||||
You can use Claude Code and enter the following prompt to quickly deploy this project:
|
||||
|
||||
You can use Claude Code with [GLM Coding Plan](https://z.ai/subscribe) and enter the following prompt to quickly deploy this project:
|
||||
|
||||
```
|
||||
Access the documentation and install AutoGLM for me
|
||||
https://raw.githubusercontent.com/zai-org/Open-AutoGLM/refs/heads/main/README.md
|
||||
@@ -19,6 +21,7 @@ https://raw.githubusercontent.com/zai-org/Open-AutoGLM/refs/heads/main/README.md
|
||||
## Project Introduction
|
||||
|
||||
Phone Agent is a mobile intelligent assistant framework built on AutoGLM. It understands phone screen content in a multimodal manner and helps users complete tasks through automated operations. The system controls devices via ADB (Android Debug Bridge), perceives screens using vision-language models, and generates and executes operation workflows through intelligent planning. Users simply describe their needs in natural language, such as "Open eBay and search for wireless earphones." and Phone Agent will automatically parse the intent, understand the current interface, plan the next action, and complete the entire workflow. The system also includes a sensitive operation confirmation mechanism and supports manual takeover during login or verification code scenarios. Additionally, it provides remote ADB debugging capabilities, allowing device connection via WiFi or network for flexible remote control and development.
|
||||
|
||||
> ⚠️ This project is for research and learning purposes only. It is strictly prohibited to use for illegal information acquisition, system interference, or any illegal activities. Please carefully review the [Terms of Use](resources/privacy_policy_en.txt).
|
||||
|
||||
## Model Download Links
|
||||
|
||||
Reference in New Issue
Block a user