update readme

This commit is contained in:
lazychih114
2025-03-08 12:17:41 +08:00
parent aca5b25d66
commit e1425f8179
2 changed files with 13 additions and 0 deletions

View File

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

View File

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