Skip to main content

PlanningAgent

Defined in the specialized module.
Rust AI Agent SDK Planning agent for multi-step task planning

Fields

Methods

new

Create a new planning agent Parameters:

create_plan

Create a plan from a task Parameters:

add_step

Add a step to the plan Parameters:

current

Get current step

complete_step

Mark current step as complete Parameters:

fail_step

Mark current step as failed Parameters:

steps

Get all steps

is_complete

Check if plan is complete

progress

Get progress percentage

Source

View on GitHub

praisonai/src/parity/specialized.rs at line 178

Rust Agent

Rust Overview

Rust Quickstart

Rust Installation

Rust Autonomy