From e1425f8179739e8c628c1ea615c6552678d28890 Mon Sep 17 00:00:00 2001 From: lazychih114 <55657767+Aaron617@users.noreply.github.com> Date: Sat, 8 Mar 2025 12:17:41 +0800 Subject: [PATCH] update readme --- README.md | 7 +++++++ README_zh.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 5df8487..0a29d93 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas - [📄 License](#-license) - [🖊️ Cite](#️-cite) - [🔥 Community](#-community) +- [❓ FAQ](#-faq) - [⭐ Star History](#-star-history) @@ -183,12 +184,18 @@ Join us for further discussions! ![](./assets/community_4.jpg) ![](./assets/meetup.jpg) +# ❓ FAQ +**Q: Why is my Chrome browser showing a blank screen even though there's output in the console?** + +A: This is expected behavior. When OWL determines that a task can be completed using non-browser tools (like search, code analysis, etc.), the browser window may remain blank. The browser is only activated when web interaction is necessary. We plan to implement lazy loading in future updates to improve this user experience. # ⭐ Star History [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date) + + [docs-image]: https://img.shields.io/badge/Documentation-EB3ECC [docs-url]: https://camel-ai.github.io/camel/index.html [star-image]: https://img.shields.io/github/stars/camel-ai/owl?label=stars&logo=github&color=brightgreen diff --git a/README_zh.md b/README_zh.md index 4f529cb..abf99df 100644 --- a/README_zh.md +++ b/README_zh.md @@ -76,6 +76,7 @@ - [📄 许可证](#-许可证) - [🖊️ 引用](#️-引用) - [🔥 社区](#-社区) +- [❓ 常见问题](#-常见问题) # 🔥 新闻 @@ -179,6 +180,11 @@ python run_gaia_roleplaying.py ![](./assets/community_4.jpg) ![](./assets/meetup.jpg) +# ❓ 常见问题 + +**Q: 为什么我的Chrome浏览器显示空白页面,但控制台有输出结果?** + +A: 这是预期的行为。当OWL判断某个任务可以使用非浏览器工具(如搜索、代码分析等)完成时,浏览器窗口可能保持空白。浏览器仅在需要网页交互时才会被激活。我们计划在未来的更新中实现延迟加载以改善这一用户体验。 [docs-image]: https://img.shields.io/badge/Documentation-EB3ECC