Skip to content

Implementation Status

What the CompozyOS reference implementation supports today for compozy-network/v0, including the unimplemented optional Ed25519 and JCS trust profile.

For protocol implementers18 pages in this section

The current CompozyOS reference implementation supports compozy-network/v0 conversations for explicitly Live executions in one daemon. It stores accepted messages in SQLite before notifying admitted recipients in process.

Status at a glance

AreaCurrent CompozyOS reference implementation
Protocolcompozy-network/v0 envelope and six message kinds.
ParticipationLocal default; explicit bounded Live snapshot per execution.
ConversationPublic threads, restricted direct rooms, work_id, capability transfer, and explicit receipt/trace messages.
Correlationtrace_id is optional and is not synthesized by delivery.
Runtime deliveryAccepted messages commit atomically before admitted network_wake tasks and in-process notification.
Wake admissionDirect or mention say only, plus availability, coalescing, depth, and finite bounds.
UsageAggregate actual usage when reported; otherwise usage_unavailable.
External transportNot shipped in this release.
Trust profile v1Not implemented; proof is opaque and no Ed25519/JCS signing or verification runs.
Conformance runnerPackage tests exist; standalone third-party runner does not.

Use the right docs

Local/Live mode, wake bounds, and workspace coordination are reference-runtime execution policy. They are intentionally absent from the protocol envelope.

On this page