Skip to content

Targets

A target represents the agent you want to test.


Base configurations

Info

This project uses Boto3's credential resolution chain to determine the AWS credentials to use. Please refer to the Boto3 documentation for more details.

agenteval.yml
target:
  aws_profile: my-profile
  aws_region: us-west-2
  endpoint_url: my-endpoint-url
  max_retry: 10

aws_profile (string; optional)

A profile name that is used to create a Boto3 session.


aws_region (string; optional)

The AWS region that is used to create a Boto3 session.


endpoint_url (string; optional)

The endpoint URL for the AWS service which is used to construct the Boto3 client.


max_retry (integer; optional)

Configures the Boto3 client with the maximum number of retry attempts allowed. The default is 10.


Built-in targets