Skip to main content

Meta Agents Research Environments is a research-driven environment designed to simulate complex, real-life tasks that span several minutes and require multiple steps to be solved. Unlike static simulation environments, this platform introduces a dynamic setting where the state of the environment evolves and new information is continuously integrated.

Project description

Meta Agents Research Environments (ARE)

PyPI version Python 3.8+ License

A research environment for simulating complex, real-life tasks that require multi-step reasoning and dynamic adaptation.

Meta Agents Research Environments (ARE) is a platform designed to evaluate AI agents in dynamic, realistic scenarios. Unlike static benchmarks, this research platform introduces evolving environments where agents must adapt their strategies as new information becomes available, mirroring real-world challenges. In particular, ARE runs the Gaia2 benchmark, a follow-up to Gaia, evaluating a broader range of agent capabilities.

Table of Contents

Background

ARE addresses critical gaps in AI agent evaluation by providing:

  • Dynamic Environments: Scenarios that evolve over time with new information and changing conditions
  • Multi-Step Reasoning: Complex tasks requiring 10+ steps and several minutes to complete
  • Real-World Focus: Grounded situations that mirror actual real-world challenges
  • Comprehensive Evaluation: The Gaia2 benchmark with 800 scenarios across multiple domains

Getting Started

Quick Start Get up and running with your first scenario in just a few minutes with step-by-step instructions.
Gaia2 Evaluation Build and evaluate your agents on the Gaia2 benchmark, a comprehensive suite of 800 dynamic scenarios across 10 universes.
Gaia2 Blog Post Learn more about Gaia2 on the Hugging Face blog.
Paper Read the research paper detailing the Gaia2 benchmark and evaluation methodology.
Demo Try the ARE Demo on Hugging Face — Play around with the agent platform directly in your browser, no installation required!
Gaia2 Leaderboard Check the self-published results from Gaia2 Benchmark runs.
Learn More Dive deeper into the core concepts of agents, environments, apps, events, and scenarios.

Install

For complete installation instructions and setup options, see the Installation Guide.

Prerequisites

First, install uv, a fast Python package installer and resolver.

Quick Start with uvx

The fastest way to get started is using uvx to run commands directly:

# Run Gaia2 benchmark scenarios
uvx --from meta-agents-research-environments are-benchmark gaia2-run --hf meta-agents-research-environments/gaia2 --hf_split validation -l 1

# Run custom scenarios
uvx --from meta-agents-research-environments are-run -s scenario_tutorial -a default

All the commands in this README and the documentation are available through uvx.

Traditional Installation

Alternatively, install the package directly:

# With uv (recommended)
uv pip install meta-agents-research-environments

# With pip
pip install meta-agents-research-environments

Usage

Basic Commands

After installation, these command-line tools are available:

Run Individual Scenarios

are-run -s scenario_find_image_file -a default

Benchmark Evaluation

are-benchmark run -d /path/to/scenarios --agent default --limit 10

Gaia2 Evaluation

are-benchmark gaia2-run --hf meta-agents-research-environments/gaia2 --hf_split validation -l 5

Interactive GUI

are-gui -s scenario_find_image_file

The GUI provides a web-based interface for interactive scenario exploration and real-time agent monitoring. When started, it typically runs at http://localhost:8080. The interface supports different view modes:

  • Playground Mode: Chat-like interface for direct agent interaction
  • Scenarios Mode: Structured task execution and evaluation with DAG visualization

Scenario DAG Visualization

For detailed information about the GUI features, navigation, and workspace usage, see the Understanding UI Guide.

Model Configuration

ARE supports multiple AI model providers through LiteLLM:

# Llama API
export LLAMA_API_KEY="your-api-key"
are-benchmark run --hf meta-agents-research-environments/gaia2 --hf_split validation \
  --model Llama-3.1-70B-Instruct --provider llama-api --agent default

# Local deployment
are-benchmark run --hf meta-agents-research-environments/gaia2 --hf_split validation \
  --model your-local-model --provider local \
  --endpoint "http://localhost:8000" --agent default

For detailed information on configuring different model providers, environment variables, and advanced options, see the LLM Configuration Guide.

Run any command with --help to see all available options.

Example: Gaia2 Benchmark

# Set up your model configuration
export LLAMA_API_KEY="your-api-key"

# Run a validation set to test your setup
are-benchmark run --hf meta-agents-research-environments/gaia2 --hf_split validation \
  --model meta-llama/Llama-3.3-70B-Instruct --model_provider novita \
  --agent default --limit 10 --output_dir ./validation_results

# Run complete Gaia2 evaluation for leaderboard submission
are-benchmark gaia2-run --hf meta-agents-research-environments/gaia2 \
  --model Llama-3.1-70B-Instruct --provider llama-api \
  --agent default --output_dir ./gaia2_results \
  --hf_upload my-org/gaia2-results

API

Core Concepts

  • Agents: AI entities that interact with the environment using ReAct (Reasoning + Acting) framework
  • Apps: Interactive applications (email, calendar, file system) that provide APIs for agent interaction
  • Events: Dynamic elements that make environments evolve over time
  • Scenarios: Complete tasks combining apps, events, and validation logic

Documentation

Comprehensive documentation is available at:

Key documentation sections:

Quick Links

Contributing

We welcome contributions! Please see our Contributing Guide for details on:

  • Setting up the development environment
  • Running tests and linting
  • Submitting pull requests
  • Creating new scenarios and apps

License

This project is licensed under the MIT License. See the LICENSE file for details.

Citation

If you use Meta Agents Research Environments in your work, please cite:

TODO

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meta_agents_research_environments-1.0.1.tar.gz (753.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file meta_agents_research_environments-1.0.1.tar.gz.

File metadata

File hashes

Hashes for meta_agents_research_environments-1.0.1.tar.gz
Algorithm Hash digest
SHA256 1a56edd8eda776204593976d70b33d579ba48ebe2a84b188aa556775fcb4094d
MD5 559801e2eba4ff5e0e8e4096f44a8a62
BLAKE2b-256 1617397cd3e943f6ff3f6b781cb71ddfd0630d79ba6408e0623d0aaf8eb7888f

See more details on using hashes here.

File details

Details for the file meta_agents_research_environments-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for meta_agents_research_environments-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1c36d52c28dc724bf35ff322fcff4aec55a510773f32401ce809090cc903fa1b
MD5 7c9150d37681cd3f8a9cf3907e7a1f07
BLAKE2b-256 ad9c677a47eed819f636d3fdc0ee81491a99fd84a07348effcdd0562902e38fb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page