Judge Protocol
Verifies an invocation claim against cited evidence with an independent model-backed judge.
Judge Protocol
Verifies an invocation claim against cited evidence with an independent model-backed judge.
| Field | Value |
|---|---|
| Protocol ID | aster.judge |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.judge.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
judge | Judge one outcome claim against cited Work evidence. | Effect Schema (Objects) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.judgeat1.0.0inside^1.0.0. - Implement every operation:
judge. - Decode requests and responses against the operation schemas listed above.
- Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..
Declared Authority
[ { "kind": "model_spend" }, { "kind": "provider_right", "protocol": "aster.judge" }]