update README

This commit is contained in:
yongbin-buaa
2025-12-11 01:50:50 +08:00
parent d1b9b0805a
commit 4ac774a94d
2 changed files with 9 additions and 8 deletions

View File

@@ -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)
``` ```

View File

@@ -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