Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
StepStatus
Defined in the planning module.Rust AI Agent SDK Status of a plan step.
Fields
| Name | Type | Description |
|---|---|---|
Pending | variant | - |
InProgress | variant | - |
Completed | variant | - |
Failed | variant | - |
Skipped | variant | - |
Source
View on GitHub
praisonai/src/planning/mod.rs at line 0
