| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
🦉 OWL is a cutting-edge framework for multi-agent collaboration that pushes the boundaries of task automation, built on top of the CAMEL-AI Framework.
OWL achieves 58.18 average score on GAIA benchmark and ranks 🏅️ #1 among open-source frameworks.
Our vision is to revolutionize how AI agents collaborate to solve real-world tasks. By leveraging dynamic agent interactions, OWL enables more natural, efficient, and robust task automation across diverse domains.
git clone https://github.com/camel-ai/owl.git
cd owlUsing Conda (recommended):
conda create -n owl python=3.11
conda activate owlUsing venv (alternative):
python -m venv owl_env
# On Windows
owl_env\Scripts\activate
# On Unix or MacOS
source owl_env/bin/activatepython -m pip install -r requirements.txtIn the owl/.env_example file, you will find all the necessary API keys along with the websites where you can register for each service. To use these API services, follow these steps:
Run the following minimal example:
python owl/run.pyWe provided a script to reproduce the results on GAIA. You can check the run_gaia_roleplaying.py file and run the following command:
python run_gaia_roleplaying.pyThe source code is licensed under Apache 2.0.
If you find this repo useful, please cite:
@misc{owl2025,
title = {OWL: Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation},
author = {{CAMEL-AI.org}},
howpublished = {\url{https://github.com/camel-ai/owl}},
note = {Accessed: 2025-03-07},
year = {2025}
}
| Back | FazBrowse Home | New Git URL |