lazychih114 commited on
Commit
51e1cdf
·
1 Parent(s): 9b2933c

update readme

Browse files
Files changed (2) hide show
  1. README.md +7 -0
  2. README_zh.md +6 -0
README.md CHANGED
@@ -75,6 +75,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
75
  - [📄 License](#-license)
76
  - [🖊️ Cite](#️-cite)
77
  - [🔥 Community](#-community)
 
78
  - [⭐ Star History](#-star-history)
79
 
80
 
@@ -183,12 +184,18 @@ Join us for further discussions!
183
  ![](./assets/community_4.jpg)
184
  ![](./assets/meetup.jpg)
185
 
 
186
 
 
 
 
187
 
188
  # ⭐ Star History
189
 
190
  [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date)
191
 
 
 
192
  [docs-image]: https://img.shields.io/badge/Documentation-EB3ECC
193
  [docs-url]: https://camel-ai.github.io/camel/index.html
194
  [star-image]: https://img.shields.io/github/stars/camel-ai/owl?label=stars&logo=github&color=brightgreen
 
75
  - [📄 License](#-license)
76
  - [🖊️ Cite](#️-cite)
77
  - [🔥 Community](#-community)
78
+ - [❓ FAQ](#-faq)
79
  - [⭐ Star History](#-star-history)
80
 
81
 
 
184
  ![](./assets/community_4.jpg)
185
  ![](./assets/meetup.jpg)
186
 
187
+ # ❓ FAQ
188
 
189
+ **Q: Why is my Chrome browser showing a blank screen even though there's output in the console?**
190
+
191
+ 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.
192
 
193
  # ⭐ Star History
194
 
195
  [![Star History Chart](https://api.star-history.com/svg?repos=camel-ai/owl&type=Date)](https://star-history.com/#camel-ai/owl&Date)
196
 
197
+
198
+
199
  [docs-image]: https://img.shields.io/badge/Documentation-EB3ECC
200
  [docs-url]: https://camel-ai.github.io/camel/index.html
201
  [star-image]: https://img.shields.io/github/stars/camel-ai/owl?label=stars&logo=github&color=brightgreen
README_zh.md CHANGED
@@ -76,6 +76,7 @@
76
  - [📄 许可证](#-许可证)
77
  - [🖊️ 引用](#️-引用)
78
  - [🔥 社区](#-社区)
 
79
 
80
 
81
  # 🔥 新闻
@@ -179,6 +180,11 @@ python run_gaia_roleplaying.py
179
  ![](./assets/community_4.jpg)
180
  ![](./assets/meetup.jpg)
181
 
 
 
 
 
 
182
 
183
 
184
  [docs-image]: https://img.shields.io/badge/Documentation-EB3ECC
 
76
  - [📄 许可证](#-许可证)
77
  - [🖊️ 引用](#️-引用)
78
  - [🔥 社区](#-社区)
79
+ - [❓ 常见问题](#-常见问题)
80
 
81
 
82
  # 🔥 新闻
 
180
  ![](./assets/community_4.jpg)
181
  ![](./assets/meetup.jpg)
182
 
183
+ # ❓ 常见问题
184
+
185
+ **Q: 为什么我的Chrome浏览器显示空白页面,但控制台有输出结果?**
186
+
187
+ A: 这是预期的行为。当OWL判断某个任务可以使用非浏览器工具(如搜索、代码分析等)完成时,浏览器窗口可能保持空白。浏览器仅在需要网页交互时才会被激活。我们计划在未来的更新中实现延迟加载以改善这一用户体验。
188
 
189
 
190
  [docs-image]: https://img.shields.io/badge/Documentation-EB3ECC