Attachment Composition Protocol
Composes prompt attachments into model content and retained attachment references.
Attachment Composition Protocol
Composes prompt attachments into model content and retained attachment references.
| Field | Value |
|---|---|
| Protocol ID | aster.attachment-composition |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.attachment-composition.require(settings?) via the protocol module |
| Provider helper | Not available until the protocol module declares a runtime service tag. |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
compose | Compose attachments for a prompt into model content. | Effect Schema (Objects) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.attachment-compositionat1.0.0inside^1.0.0. - Implement every operation:
compose. - 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": "fs", "access": "read", "path": { "kind": "parameter", "parameter": "attachments" } }]