forked from cleveragents/cleveragents-core
33 lines
751 B
YAML
33 lines
751 B
YAML
# Built-in profile: cautious
|
|
# Probabilistic gates on most actions.
|
|
# Intermediate thresholds allow the system to proceed automatically
|
|
# only when confidence is high.
|
|
|
|
name: cautious
|
|
description: Probabilistic gates on most actions
|
|
schema_version: "1.0"
|
|
|
|
# Phase-transition thresholds
|
|
auto_strategize: 0.7
|
|
auto_execute: 0.7
|
|
auto_apply: 1.0
|
|
|
|
# Decision-autonomy thresholds
|
|
auto_decisions_strategize: 0.6
|
|
auto_decisions_execute: 0.8
|
|
|
|
# Self-repair thresholds
|
|
auto_validation_fix: 0.7
|
|
auto_strategy_revision: 0.8
|
|
auto_reversion_from_apply: 0.9
|
|
|
|
# Child plan and retry thresholds
|
|
auto_child_plans: 0.7
|
|
auto_retry_transient: 0.0
|
|
auto_checkpoint_restore: 0.6
|
|
|
|
# Safety requirements
|
|
require_sandbox: true
|
|
require_checkpoints: true
|
|
allow_unsafe_tools: false
|