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
@@ -146,8 +143,8 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
146
143
</div> -->
147
144
148
145
-**[2025.09.22]**: Exicited to announce that OWL has been accepted by NeurIPS 2025!🚀 Check the latest paper [here](https://arxiv.org/abs/2505.23885).
149
-
-**[2025.07.21]**: We open-sourced the training dataset and model checkpoints of OWL project. Training code coming soon. [huggingface link](https://huggingface.co/collections/camel-ai/optimized-workforce-learning-682ef4ab498befb9426e6e27).
150
-
-**[2025.05.27]**: We released the technical report of OWL, including more details on the workforce (framework) and optimized workforce learning (training methodology). [paper](https://arxiv.org/abs/2505.23885).
146
+
-**[2025.07.21]**: We open-sourced the training dataset and model checkpoints of OWL project. Training code coming soon. [huggingface link](https://huggingface.co/collections/camel-ai/optimized-workforce-learning-682ef4ab498befb9426e6e27).
147
+
-**[2025.05.27]**: We released the technical report of OWL, including more details on the workforce (framework) and optimized workforce learning (training methodology). [paper](https://arxiv.org/abs/2505.23885).
151
148
-**[2025.05.18]**: We open-sourced an initial version for replicating workforce experiment on GAIA [here](https://github.com/camel-ai/owl/tree/gaia69).
152
149
-**[2025.04.18]**: We uploaded OWL's new GAIA benchmark score of **69.09%**, ranking #1 among open-source frameworks. Check the technical report [here](https://hypnotic-mind-6bd.notion.site/OWL-Optimized-Workforce-Learning-for-General-Multi-Agent-Assistance-in-Real-World-Task-Automation-1d4004aeb21380158749c7f84b20643f).
153
150
-**[2025.03.27]**: Integrate SearxNGToolkit performing web searches using SearxNG search engine.
@@ -162,7 +159,6 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
162
159
-**[2025.03.07]**: We open-sourced the codebase of the 🦉 OWL project.
163
160
-**[2025.03.03]**: OWL achieved the #1 position among open-source frameworks on the GAIA benchmark with a score of 58.18.
@@ -187,6 +183,7 @@ This video demonstrates how to install OWL locally and showcases its capabilitie
187
183
## **Prerequisites**
188
184
189
185
### Install Python
186
+
190
187
Before installing OWL, ensure you have Python installed (version 3.10, 3.11, or 3.12 is supported):
191
188
192
189
> **Note for GAIA Benchmark Users**: When running the GAIA benchmark evaluation, please use the `gaia58.18` branch which includes a customized version of the CAMEL framework in the `owl/camel` directory. This version contains enhanced toolkits with improved stability specifically optimized for the GAIA benchmark compared to the standard CAMEL installation.
@@ -334,12 +331,14 @@ OWL requires various API keys to interact with different services.
334
331
You can set environment variables directly in your terminal:
335
332
336
333
-**macOS/Linux (Bash/Zsh)**:
334
+
337
335
```bash
338
336
export OPENAI_API_KEY="your-openai-api-key-here"
339
337
# Add other required API keys as needed
340
338
```
341
339
342
340
-**Windows (Command Prompt)**:
341
+
343
342
```batch
344
343
set OPENAI_API_KEY=your-openai-api-key-here
345
344
```
@@ -356,11 +355,12 @@ You can set environment variables directly in your terminal:
356
355
If you prefer using a `.env` file instead, you can:
Additional specialized toolkits: ArxivToolkit, GitHubToolkit, GoogleMapsToolkit, MathToolkit, NetworkXToolkit, NotionToolkit, RedditToolkit, WeatherToolkit, and more. For a complete list, see the [CAMEL toolkits documentation](https://docs.camel-ai.org/key_modules/tools.html#built-in-toolkits).
559
+
Additional specialized toolkits: ArxivToolkit, GitHubToolkit, GoogleMapsToolkit, MathToolkit, NetworkXToolkit, NotionToolkit, RedditToolkit, WeatherToolkit, and more. For a complete list, see the [CAMEL toolkits documentation](https://docs.camel-ai.org/key_modules/tools).
552
560
553
561
## Customizing Your Configuration
554
562
@@ -613,6 +621,7 @@ Furthermore, to ensure optimal performance on the GAIA benchmark, please note th
613
621
When running the benchmark evaluation:
614
622
615
623
1. Switch to the `gaia69` branch:
624
+
616
625
```bash
617
626
git checkout gaia69
618
627
```
@@ -624,7 +633,6 @@ When running the benchmark evaluation:
624
633
625
634
This will execute the same configuration that achieved our top-ranking performance on the GAIA benchmark.
626
635
627
-
628
636
# ⏱️ Future Plans
629
637
630
638
We're continuously working to improve OWL. Here's what's on our roadmap:
@@ -647,6 +655,7 @@ We welcome contributions from the community! Here's how you can help:
@@ -659,9 +668,10 @@ To take on an issue, simply leave a comment stating your interest.
659
668
660
669
# 🔥 Community
661
670
662
-
Join us ([*Discord*](https://discord.camel-ai.org/) or [*WeChat*](https://ghli.org/camel/wechat.png)) in pushing the boundaries of finding the scaling laws of agents.
671
+
Join us ([_Discord_](https://discord.camel-ai.org/) or [_WeChat_](https://ghli.org/camel/wechat.png)) in pushing the boundaries of finding the scaling laws of agents.
@@ -675,7 +685,7 @@ A: If OWL determines that a task can be completed using non-browser tools (such
675
685
676
686
**Q: Which Python version should I use?**
677
687
678
-
A: OWL supports Python 3.10, 3.11, and 3.12.
688
+
A: OWL supports Python 3.10, 3.11, and 3.12.
679
689
680
690
**Q: How can I contribute to the project?**
681
691
@@ -709,32 +719,28 @@ cd camel
709
719
710
720
If you find this repo useful, please cite:
711
721
712
-
713
722
```
714
723
@misc{hu2025owl,
715
-
title={OWL: Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation},
724
+
title={OWL: Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation},
716
725
author={Mengkang Hu and Yuhang Zhou and Wendong Fan and Yuzhou Nie and Bowei Xia and Tao Sun and Ziyu Ye and Zhaoxuan Jin and Yingru Li and Qiguang Chen and Zeyu Zhang and Yifeng Wang and Qianshuo Ye and Bernard Ghanem and Ping Luo and Guohao Li},
717
726
year={2025},
718
727
eprint={2505.23885},
719
728
archivePrefix={arXiv},
720
729
primaryClass={cs.AI},
721
-
url={https://arxiv.org/abs/2505.23885},
730
+
url={https://arxiv.org/abs/2505.23885},
722
731
}
723
732
```
724
733
725
734
# ⭐ Star History
726
735
727
736
[](https://star-history.com/#camel-ai/owl&Date)
0 commit comments