Skip to main content

AutonomyConfig

Defined in the config module.
Rust AI Agent SDK Configuration for agent autonomy

Fields

Methods

new

Create a new autonomy config

level

Set autonomy level Parameters:

no_approval

Disable approval requirement

max_actions

Set max actions Parameters:

allow_tool

Add allowed tool Parameters:

block_tool

Add blocked tool Parameters:

full_auto

Set to full auto mode

Source

View on GitHub

praisonai/src/config.rs at line 798

Rust Configuration

Rust Installation

Rust Auto Generation

Rust Autonomy