forked from cleveragents/cleveragents-core
32 lines
726 B
YAML
32 lines
726 B
YAML
# Built-in profile: trusted
|
|
# Auto for most actions, human for apply and revert.
|
|
# High autonomy with safety nets at critical boundaries.
|
|
|
|
name: trusted
|
|
description: Auto for most, human for apply and revert
|
|
schema_version: "1.0"
|
|
|
|
# Phase-transition thresholds
|
|
auto_strategize: 0.0
|
|
auto_execute: 0.0
|
|
auto_apply: 1.0
|
|
|
|
# Decision-autonomy thresholds
|
|
auto_decisions_strategize: 0.0
|
|
auto_decisions_execute: 0.0
|
|
|
|
# Self-repair thresholds
|
|
auto_validation_fix: 0.0
|
|
auto_strategy_revision: 1.0
|
|
auto_reversion_from_apply: 1.0
|
|
|
|
# Child plan and retry thresholds
|
|
auto_child_plans: 0.0
|
|
auto_retry_transient: 0.0
|
|
auto_checkpoint_restore: 1.0
|
|
|
|
# Safety requirements
|
|
require_sandbox: true
|
|
require_checkpoints: true
|
|
allow_unsafe_tools: false
|