Model Graph Protocol
Enumerates model identities, access providers, and model routes as a normalized graph snapshot.
Model Graph Protocol
Enumerates model identities, access providers, and model routes as a normalized graph snapshot.
| Field | Value |
|---|---|
| Protocol ID | aster.model-graph |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.model-graph.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
describe | Describe the model graph this provider can enumerate. | Effect Schema (Void) | Effect Schema (Objects) |
snapshot | Return the current normalized model graph snapshot. | Effect Schema (Void) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.model-graphat1.0.0inside^1.0.0. - Implement every operation:
describe,snapshot. - 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": "provider_right", "protocol": "aster.model-graph" }]