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

# current • Rust AI Agent SDK

> current: Get current step

# current

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

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

Get current step

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def current(&self) -> Option<&PlanningStep>
```

### Returns

<ResponseField name="Returns" type="Option<&PlanningStep>">
  The result of the operation.
</ResponseField>
