Skip to main content

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.

create_plan

Method
This is a method of the PlanningAgent class in the specialized module.
Create a plan from a task

Signature

def create_plan(&mut self, task: &str) -> Vec<PlanningStep>

Parameters

task
&str
required
No description available.

Returns

Returns
Vec<PlanningStep>
The result of the operation.