Priorities & entailments
Relationship declarations between routines and policies: priorities resolve conflicts, entailments chain policy activations. Without them, everything is equal-priority and independent.
Default: everything is equal
Declaring priorities
agent_config:
context:
relationships:
priorities:
# 1. A policy that beats every routine
- higher: policy:self-exclusion-safety
over_all_routines: true
# 2. A policy that beats specific targets (routines and/or policies)
- higher: policy:rg-permanent-safety
over:
- routine:account-reactivation
- policy:email-format
# 3. A routine that beats another routine
- higher: routine:priority-path
over:
- routine:fallback-pathEntry fields
Field
Type
Meaning
Semantics
Worked example
Entailments
Field
Type
Meaning
See also
Last updated
Was this helpful?

