ΔOS terminology
Precise definitions for the concepts and terms used throughout ΔOS documentation and the product.
IntentA structured representation of what an agent wants to do. Includes action type, target, parameters, and context.
IntentIRIntent Intermediate Representation. The canonical schema for expressing agent intents within ΔOS.
JudgmentThe decision rendered by ΔOS for a given intent: allow, allow with conditions, escalate, or block.
JudgmentIRJudgment Intermediate Representation. The canonical schema for governance decisions.
PolicyA declarative rule that defines governance requirements for specific types of actions or contexts.
PolicyIRPolicy Intermediate Representation. The canonical schema for expressing governance policies.
OutcomeThe result of executing an action: success, failure, or partial completion.
OutcomeIROutcome Intermediate Representation. The canonical schema for recording action results.
Trust TierA classification of action risk from T0 (read-only) to T3 (critical). Higher tiers require more governance.
Large Intent Model (LIM)A domain-specific model that understands agent actions in context. Classifies intents and assesses risk.
KernelThe core decision engine that receives intents, evaluates policies, and renders judgments.
Autonomy ProfileA preset configuration that defines governance posture: Regulated Enterprise, Enterprise Core, Digital Native, or High Velocity.
Value LedgerA record of business value delivered by governance decisions: time saved, risk avoided, cost prevented.
Audit EntryA complete record of a governance decision including intent, policy evaluation, judgment, and outcome.
TenantAn isolated organizational unit within ΔOS. All data and policies are tenant-scoped.
EnvironmentA deployment context (dev, staging, production) that may have different governance requirements.
DomainA functional area (SDLC, Security, Infrastructure) with domain-specific governance patterns.
EscalationRouting a decision to a human reviewer when policy requires approval.
RollbackReversing an action that has already been executed. Available for actions classified as reversible.
Blast RadiusThe scope of potential impact from an action. Used to classify risk and determine governance requirements.