For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported Metrics

Supported Metrics

Core Metrics

1. Goal Decomposition Efficiency

Measures how effectively an agent breaks down complex tasks.

exe.evaluate(metric_list=['goal_decomposition_efficiency'])

Configuration Options:

config = {
    "model": "gpt-4o-mini",
}

2. Goal Fulfillment Rate

Assesses the success rate of achieving defined objectives.

exe.evaluate(metric_list=['goal_fulfillment_rate'])

Configuration Options:

config = {
    "model": "gpt-4o-mini",
}

3. Tool Call Correctness Rate

Evaluates the accuracy of tool usage.

Metadata Example:

4. Tool Call Success Rate

Measures the reliability of tool executions.

Using Multiple Metrics

Last updated