Skip to main content

PlanStorage

Defined in the planning module.
Rust AI Agent SDK Storage for plans.

Fields

Methods

new

Create a new storage.

with_path

Create with file path. Parameters:

save

Save a plan. Parameters:

load

Load a plan by ID. Parameters:

load_mut

Load mutable plan by ID. Parameters:

delete

Delete a plan. Parameters:

list

List all plans.

count

Get plan count.

persist

Save to file.

restore

Load from file.

Source

View on GitHub

praisonai/src/planning/mod.rs at line 402

Rust RAG

Rust Retrieval

Rust Vector Store

Rust Chunking