awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
THUDM avatar

THUDM/AgentBench

0
View on GitHub↗
3,502 stars·263 forks·Python·Apache-2.0·17 views

AgentBench

A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)

Features

  • Agent Benchmarks - Comprehensive benchmark for assessing language models as agents.
  • Evaluation And Benchmarks - Comprehensive benchmark for evaluating LLM agents across diverse environments.
  • General Agent Benchmarks - Comprehensive evaluation of LLMs as agents.

Star history

Star history chart for thudm/agentbenchStar history chart for thudm/agentbench

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to AgentBench

Similar open-source projects, ranked by how many features they share with AgentBench.
  • snap-stanford/mlagentbenchsnap-stanford avatar

    snap-stanford/MLAgentBench

    342View on GitHub↗

    MLAgentBench is a suite of end-to-end Machine Learning (ML) experimentation tasks for benchmarking AI agents, where the agent aims to take a given dataset and a machine learning task description and autonomously develop or improve an ML model. Paper: https://arxiv.org/abs/2310.03302

    Python
    View on GitHub↗342
  • rllm-org/rllmrllm-org avatar

    rllm-org/rllm

    5,641View on GitHub↗

    rllm is an asynchronous reinforcement learning framework for training language agents. It provides a unified pipeline that runs the same agent code for both evaluation and training, automatically capturing traces for gradient computation. The framework supports distributed reinforcement learning across multiple GPUs and nodes using pluggable backends, and executes agents in isolated sandboxes—either locally or in the cloud—for safe and scalable rollout collection. It trains agents built with LangGraph, SmolAgents, OpenAI Agents SDK, or custom frameworks without requiring core logic changes. T

    Pythonagent-frameworkagentic-workflowcoding-agent
    View on GitHub↗5,641
  • microsoft/faramicrosoft avatar

    microsoft/fara

    5,901View on GitHub↗

    FARA is a visual computer-use agent model that controls a browser by predicting screen coordinates for clicking, typing, and scrolling, without relying on DOM or accessibility trees. It is designed to automate multi-step web tasks such as searching, form filling, booking, and shopping by reasoning over visual state and decomposing tasks into sequential actions. The model uses a compact 7-billion-parameter decoder-only transformer that can run on consumer GPUs for low-latency on-device inference, or be deployed as a managed endpoint on Azure Foundry for cloud-based inference without local infr

    Pythonagentbrowser-usecomputer-use
    View on GitHub↗5,901
  • facebookresearch/mlgymfacebookresearch avatar

    facebookresearch/MLGym

    604View on GitHub↗

    MLGym A New Framework and Benchmark for Advancing AI Research Agents

    Python
    View on GitHub↗604
See all 13 alternatives to AgentBench→

Frequently asked questions

What does thudm/agentbench do?

A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)

What are the main features of thudm/agentbench?

The main features of thudm/agentbench are: Agent Benchmarks, Evaluation And Benchmarks, General Agent Benchmarks.

What are some open-source alternatives to thudm/agentbench?

Open-source alternatives to thudm/agentbench include: snap-stanford/mlagentbench — MLAgentBench is a suite of end-to-end Machine Learning (ML) experimentation tasks for benchmarking AI agents, where… rllm-org/rllm — rllm is an asynchronous reinforcement learning framework for training language agents. It provides a unified pipeline… microsoft/fara — FARA is a visual computer-use agent model that controls a browser by predicting screen coordinates for clicking,… facebookresearch/mlgym — MLGym A New Framework and Benchmark for Advancing AI Research Agents. masworks/x-mas — [2025/05/23] See our preprint paper in ArXiv. gersteinlab/ml-bench — ML-Bench: Evaluating Large Language Models and Agents for Machine Learning Tasks on Repository-Level Code…