Skip to main content

Module agent_adjuster

Module agent_adjuster 

Source

Structs§

PlaybookOverride
Adjustable fields within a Playbook.
StrategyAdjustment
Represents adjustments Claude can make to a StrategyGroup. Only whitelisted fields can be modified.

Enums§

AdjustmentError

Functions§

apply_adjustment
Apply a validated adjustment to a StrategyGroup. Immutable fields (id, name, symbol, interval_secs) are never changed.
save_with_backup
Save a StrategyGroup to disk using the existing save function. Creates a backup first.
validate_adjustment
Validate an adjustment against risk limits.