Operator Proposal Engine Protocol
Produces one effect-free routing proposal over an exact host-generated candidate set.
Operator Proposal Engine Protocol
Produces one effect-free routing proposal over an exact host-generated candidate set.
| Field | Value |
|---|---|
| Protocol ID | aster.operator-proposal-engine |
| Version | 3.0.0 |
| Compatibility range | ^3.0.0 |
| Requirement helper | aster.operator-proposal-engine.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
evaluate | Evaluate one fenced proposal attempt without Task, Work, tool, or filesystem authority. | Effect Schema (Objects) | Effect Schema (Union) |
Conformance Expectations
- Register with
aster.operator-proposal-engineat3.0.0inside^3.0.0. - Implement every operation:
evaluate. - 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
None declared. This protocol grants no authority by itself.