mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
update readme for gaia users
This commit is contained in:
34
README.md
34
README.md
@@ -67,10 +67,41 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
|
||||
- [🎬 Demo Video](#-demo-video)
|
||||
- [✨️ Core Features](#️-core-features)
|
||||
- [🛠️ Installation](#️-installation)
|
||||
- [**Prerequisites**](#prerequisites)
|
||||
- [Install Python](#install-python)
|
||||
- [**Installation Options**](#installation-options)
|
||||
- [Option 1: Using uv (Recommended)](#option-1-using-uv-recommended)
|
||||
- [Option 2: Using venv and pip](#option-2-using-venv-and-pip)
|
||||
- [Option 3: Using conda](#option-3-using-conda)
|
||||
- [Option 4: Using Docker](#option-4-using-docker)
|
||||
- [**Using Pre-built Image (Recommended)**](#using-pre-built-image-recommended)
|
||||
- [**Building Image Locally**](#building-image-locally)
|
||||
- [**Using Convenience Scripts**](#using-convenience-scripts)
|
||||
- [**Setup Environment Variables**](#setup-environment-variables)
|
||||
- [Setting Environment Variables Directly](#setting-environment-variables-directly)
|
||||
- [Alternative: Using a `.env` File](#alternative-using-a-env-file)
|
||||
- [**MCP Desktop Commander Setup**](#mcp-desktop-commander-setup)
|
||||
- [🚀 Quick Start](#-quick-start)
|
||||
- [Basic Usage](#basic-usage)
|
||||
- [Running with Different Models](#running-with-different-models)
|
||||
- [Model Requirements](#model-requirements)
|
||||
- [Supported Models](#supported-models)
|
||||
- [Example Tasks](#example-tasks)
|
||||
- [🧰 Toolkits and Capabilities](#-toolkits-and-capabilities)
|
||||
- [Model Context Protocol (MCP)](#model-context-protocol-mcp)
|
||||
- [**Install Node.js**](#install-nodejs)
|
||||
- [Windows](#windows)
|
||||
- [Linux](#linux)
|
||||
- [Mac](#mac)
|
||||
- [**Install Playwright MCP Service**](#install-playwright-mcp-service)
|
||||
- [Available Toolkits](#available-toolkits)
|
||||
- [Available Toolkits](#available-toolkits-1)
|
||||
- [Multimodal Toolkits (Require multimodal model capabilities)](#multimodal-toolkits-require-multimodal-model-capabilities)
|
||||
- [Text-Based Toolkits](#text-based-toolkits)
|
||||
- [Customizing Your Configuration](#customizing-your-configuration)
|
||||
- [🌐 Web Interface](#-web-interface)
|
||||
- [Starting the Web UI](#starting-the-web-ui)
|
||||
- [Features](#features)
|
||||
- [🧪 Experiments](#-experiments)
|
||||
- [⏱️ Future Plans](#️-future-plans)
|
||||
- [📄 License](#-license)
|
||||
@@ -79,6 +110,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
|
||||
- [🔥 Community](#-community)
|
||||
- [❓ FAQ](#-faq)
|
||||
- [📚 Exploring CAMEL Dependency](#-exploring-camel-dependency)
|
||||
- [Accessing CAMEL Source Code](#accessing-camel-source-code)
|
||||
- [⭐ Star History](#-star-history)
|
||||
|
||||
# 🔥 News
|
||||
@@ -151,6 +183,8 @@ This video demonstrates how to install OWL locally and showcases its capabilitie
|
||||
### Install Python
|
||||
Before installing OWL, ensure you have Python installed (version 3.10, 3.11, or 3.12 is supported):
|
||||
|
||||
> **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.
|
||||
|
||||
```bash
|
||||
# Check if Python is installed
|
||||
python --version
|
||||
|
||||
Reference in New Issue
Block a user