Skip to main content
The framework paper introduces AgentCompass as shared infrastructure for evaluating agents across tasks, execution harnesses, and environments.

Overview

The paper separates Benchmark, Harness, and Environment responsibilities so researchers can compose evaluation pipelines without rebuilding execution logic. It describes an asynchronous runtime with fault tolerance and trajectory analysis for investigating agent failures, including reward hacking.

Relation to AgentCompass

This is the paper introducing the project and its evaluation design. For the current implementation and component responsibilities, see the Architecture Overview.

Resources

All AgentCompass research papers