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

# Planning Step Status • Rust AI Agent SDK

> PlanningStepStatus: Planning step status

# PlanningStepStatus

> Defined in the [**specialized**](../modules/specialized) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Planning step status

## Fields

| Name         | Type      | Description |
| ------------ | --------- | ----------- |
| `default`    | `variant` | -           |
| `Pending`    | `variant` | -           |
| `InProgress` | `variant` | -           |
| `Completed`  | `variant` | -           |
| `Failed`     | `variant` | -           |
| `Skipped`    | `variant` | -           |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/specialized.rs">
  `praisonai/src/parity/specialized.rs` at line 0
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Planning" icon="map" href="/docs/rust/planning" />

  <Card title="Rust Reasoning" icon="brain" href="/docs/rust/reasoning" />
</CardGroup>
