Budget Enforcement

When an agent exceeds its budget, Nexus OS takes action.

Enforcement Modes

Mode Behavior
hard Block all calls immediately (default)
soft Allow current call, block next
warn Log warning but allow calls
cost:
  enforcement: hard
  budgets:
    researcher:
      daily: 1000

Budget Reset

naos cost reset researcher
naos cost reset --all

Alerts

cost:
  alerts:
    - threshold: 80
    - threshold: 95