update README
This commit is contained in:
@@ -4,12 +4,13 @@
|
|||||||
<img src=resources/logo.svg width="20%"/>
|
<img src=resources/logo.svg width="20%"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
> **本文专为AI助手(如ClaudeCode)阅读,用于自动化部部署Open-AutoGLM。**
|
> **本文专为 AI 助手(如 Claude Code)阅读,用于自动化部署 Open-AutoGLM。**
|
||||||
>
|
>
|
||||||
> 如果你是人类读者, 可以跳过本文, 按照README.md文档接操作即可。
|
> **This document is designed for AI assistants (such as Claude Code) to automate the deployment of Open-AutoGLM.**
|
||||||
>
|
>
|
||||||
> Quick deployment guide for Phone Agent desktop SDK
|
> 如果你是人类读者,可以跳过本文,按照 README.md 文档操作即可。
|
||||||
> Phone Agent 桌面端 SDK 快速部署指南
|
>
|
||||||
|
> If you are a human reader, you can skip this document and follow the README.md instructions instead.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -166,7 +167,7 @@ model_config = ModelConfig(
|
|||||||
agent = PhoneAgent(model_config=model_config)
|
agent = PhoneAgent(model_config=model_config)
|
||||||
|
|
||||||
# Execute task
|
# Execute task
|
||||||
result = agent.run("Open Taobao and search for wireless earbuds")
|
result = agent.run("Open eBay and search for wireless earbuds")
|
||||||
print(result)
|
print(result)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<img src=resources/logo.svg width="20%"/>
|
<img src=resources/logo.svg width="20%"/>
|
||||||
</div>
|
</div>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
👋 Join our <a href="resources/WECHAT.md" target="_blank">WeChat</a> community
|
👋 Join our <a href="resources/WECHAT.md" target="_blank">WeChat</a> and <a href="https://discord.gg/QR7SARHRxK" target="_blank">Discord</a> communities
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Project Introduction
|
## Project Introduction
|
||||||
|
|||||||
Reference in New Issue
Block a user