> ## Documentation Index
> Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Task Success

> Evaluates whether an agent has successfully accomplished the intended goal of a task based on the complete interaction.

## Input

* **Required Inputs:**
  * **`session`**: Complete interaction log between user and agent showing all steps taken

## Output

* **`Result`**: Binary score (0 or 1)
* **`Reasoning`**: Detailed explanation

## Interpretation

* **1**: Task successfully accomplished intended goal
* **0**: Task failed or couldn't be completed
