> ## 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.

# Is Ready • Rust AI Agent SDK

> is_ready: Check if step is ready to execute.

# is\_ready

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

> This is a method of the [**PlanStep**](../classes/PlanStep) class in the [**planning**](../modules/planning) module.

Check if step is ready to execute.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def is_ready(&self, completed_steps: &[String]) -> bool
```

## Parameters

<ParamField query="completed_steps" type="&" required={true}>
  No description available.
</ParamField>

### Returns

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