Rules
A rule is a named constraint on agent behaviour — the guardrails that decide when an agent may
act on its own, and when it must defer.
Rules are how you encode policy without changing code. For the reasoning that evaluates them
against a decision, see NSR verified decisions.
Shape
Endpoints
Example
Write the rule so a human can audit it. The description is what appears in a review queue when
the rule fires, so “Any refund at or above $100 requires human approval” is more useful than
“refund guard”.
Where rules are enforced