Configuration Reference
nomotic.yaml Schema
Full Schema
version: "1.0" # Required. Always "1.0"
extends: "strict" # Optional. Preset to inherit from
agents:
<agent-id>:
owner: "email@company.com" # Required. Human owner
reason: "Purpose of agent" # Required. Why this agent exists
archetype: "assistant" # Optional. Behavioral category
governance_zone: "production" # Optional. Environment context
scope:
actions: [read, write, query, delete] # Permitted action types
targets: [customer_records, logs] # Permitted targets
boundaries: [customer_records] # Hard boundaries (vetoed if crossed)
trust:
initial: 0.5 # Starting trust score (0.0–1.0)
minimum_for_action: 0.3 # Actions blocked below this trust
floor: 0.1 # Trust never drops below this
ceiling: 0.95 # Trust never exceeds this
decay_rate: 0.001 # Daily decay rate
dimensions: # Override specific dimension settings
scope_compliance:
weight: 2.0
veto: true
ethical_alignment:
weight: 1.5
thresholds:
allow: 0.75 # Override preset allow threshold
deny: 0.35 # Override preset deny thresholdMinimal Valid Config
Multiple Agents
Configuration Resolution Order
Validation
Generating a Config
Preset Definitions
Severity Tiers
Standard
Strict
Ultra Strict
Compliance-Aligned Presets
SOC2 Aligned
HIPAA Aligned
PCI-DSS Aligned
ISO 27001 Aligned
Working with Presets
Viewing Preset Details
Merging Presets
Using Presets in Code
Cost-Sensitive Thresholds
Parameter
Type
Default
Description
VOI Escalation Configuration
Parameter
Type
Default
Description
BehaviorLedger Configuration
Parameter
Type
Default
Description
Last updated

