Engines
An engine is the core system that checks decisions in Averment.
If you think of it like LLMs: Engine = Model
Unlike LLMs, Averment engines behave consistently and evaluate actions using multiple layers of reasoning. You choose the engine that decides how actions are evaluated.
Available Engines
Averment is currently in closed beta. The supported engine is:
dde-testUsing an Engine
At initialization
example.ts
Per request
ts
If both are provided, the request-level engine takes priority.
Next steps
Now that you understand engines, learn how to customize risk evaluation for your specific domain.
Behavior Intelligence
Configure risk tolerance, semantic overrides, and enforcement rules tailored to your domain without writing code.