You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -623,10 +623,10 @@ This will execute the same configuration that achieved our top-ranking performan
623
623
624
624
We're continuously working to improve OWL. Here's what's on our roadmap:
625
625
626
-
-[] Write a technical blog post detailing our exploration and insights in multi-agent collaboration in real-world tasks
627
-
-[] Enhance the toolkit ecosystem with more specialized tools for domain-specific tasks
628
-
-[] Develop more sophisticated agent interaction patterns and communication protocols
629
-
-[] Improve performance on complex multi-step reasoning tasks
626
+
-[x] Write a technical blog post detailing our exploration and insights in multi-agent collaboration in real-world tasks
627
+
-[x] Enhance the toolkit ecosystem with more specialized tools for domain-specific tasks
628
+
-[x] Develop more sophisticated agent interaction patterns and communication protocols
629
+
-[x] Improve performance on complex multi-step reasoning tasks
630
630
631
631
# 📄 License
632
632
@@ -674,6 +674,8 @@ Join us for further discussions!
674
674
675
675
# ❓ FAQ
676
676
677
+
## General Questions
678
+
677
679
**Q: Why don't I see Chrome running locally after starting the example script?**
678
680
679
681
A: If OWL determines that a task can be completed using non-browser tools (such as search or code execution), the browser will not be launched. The browser window will only appear when OWL determines that browser-based interaction is necessary.
0 commit comments