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

# Resolved Max Steps • AI Agent SDK

> resolved_max_steps: Single, unified step budget honoured by both tool-execution loops.

# resolved\_max\_steps

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**ExecutionConfig**](../classes/ExecutionConfig) class in the [**feature\_configs**](../modules/feature_configs) module.

Single, unified step budget honoured by both tool-execution loops.

Returns max\_steps when explicitly set, otherwise falls back to max\_iter
so existing defaults keep working (backward compatible).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def resolved_max_steps() -> int
```

### Returns

<ResponseField name="Returns" type="int">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/config/feature_configs.py#L963">
  `praisonaiagents/config/feature_configs.py` at line 963
</Card>
