Update README.md

This commit is contained in:
lazychih114
2025-05-07 10:22:08 +08:00
parent c2eaf9ddb8
commit cacb558091

View File

@@ -623,10 +623,10 @@ This will execute the same configuration that achieved our top-ranking performan
We're continuously working to improve OWL. Here's what's on our roadmap:
- [ ] Write a technical blog post detailing our exploration and insights in multi-agent collaboration in real-world tasks
- [ ] Enhance the toolkit ecosystem with more specialized tools for domain-specific tasks
- [ ] Develop more sophisticated agent interaction patterns and communication protocols
- [ ] Improve performance on complex multi-step reasoning tasks
- [x] Write a technical blog post detailing our exploration and insights in multi-agent collaboration in real-world tasks
- [x] Enhance the toolkit ecosystem with more specialized tools for domain-specific tasks
- [x] Develop more sophisticated agent interaction patterns and communication protocols
- [x] Improve performance on complex multi-step reasoning tasks
# 📄 License
@@ -674,6 +674,8 @@ Join us for further discussions!
# ❓ FAQ
## General Questions
**Q: Why don't I see Chrome running locally after starting the example script?**
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.