LiveProviderConformance
Conformance-only seam for opt-in live provider acceptance probes.
Deterministic wire vectors own the canonical request bodies. These vectors run only when their declared provider credentials/capabilities are present and assert that the real provider accepts the runtime’s request today.
Class Diagram
Section titled “Class Diagram”---
title: LiveProviderConformance
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class LiveProviderConformance {
<<protocol>>
+invoke(input: unknown) unknown [async-capable]
}
Helper Methods
Section titled “Helper Methods”The following helper methods are declared via @method and must be implemented by every runtime. The schema declares the logical protocol contract; each runtime maps async-capable methods to idiomatic sync/async shapes for that language.
| Name | Signature | Runtime shape | Description |
|---|---|---|---|
invoke |
invoke(input: unknown) -> unknown |
async-capable | Invoke a live provider and return structural acceptance evidence |