Rulvar API reference / @rulvar/core / AiSdkBridgeRegulatedPosture
Interface: AiSdkBridgeRegulatedPosture
Defined in: packages/core/src/l0/spi/regulated-posture.ts:55
The posture a bridgeAiSdk() adapter chose at construction.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
kind | "ai-sdk-bridge" | - | packages/core/src/l0/spi/regulated-posture.ts:58 |
name | string | The adapter id. | packages/core/src/l0/spi/regulated-posture.ts:60 |
providerExecutedTools | "allow" | "deny" | Whether provider-executed tool results are admitted past the seam; 'allow' runs tools outside the permission chain and the journal, which the regulated floor refuses. | packages/core/src/l0/spi/regulated-posture.ts:66 |
regulatedPosture | 1 | Descriptor shape version; bumps when the meaning changes. | packages/core/src/l0/spi/regulated-posture.ts:57 |