drift_check
Verify compliance rules cached by an agent against their integrity hashes to detect drift or withdrawal, ensuring decisions rely on current requirements.
Instructions
Check whether compliance rules an agent has cached in its own memory are still current. Submit each node_id with the integrity hash you stored when you last grounded on it; get back, per rule, whether it is fresh, has drifted (content changed), or was withdrawn (instrument repealed), so the agent re-grounds before acting on stale rules. Requires a Bidda subscription key (a free trial counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchors | Yes | The cached rules to check. | |
| api_key | Yes | Your Bidda subscription API key. A free trial counts. |