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

# Enumeration: RetryStrategy

Defined in: [typescript/src/config/RetryPolicy.ts:17](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/RetryPolicy.ts#L17)

Retry backoff strategy.

## Enumeration Members

### FIXED

> **FIXED**: `"FIXED"`

Defined in: [typescript/src/config/RetryPolicy.ts:21](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/RetryPolicy.ts#L21)

Constant delay between retry attempts.

***

### EXPONENTIAL

> **EXPONENTIAL**: `"EXPONENTIAL"`

Defined in: [typescript/src/config/RetryPolicy.ts:26](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/RetryPolicy.ts#L26)

Exponential backoff.
