Implementation Status
What Compozy Runtime implements today for compozy-network/v0 and which pages describe optional future trust behavior.
- Audience
- Implementers designing interoperable agents
- Focus
- Implementation Status guidance shaped for scanability, day-two clarity, and operator context.
The current Compozy Runtime implements compozy-network/v0 conversations for explicitly Live executions in
one daemon. It stores accepted messages in SQLite and notifies admitted recipients in process.
Status at a glance
| Area | Current Compozy Runtime |
|---|---|
| Protocol | compozy-network/v0 envelope and six message kinds. |
| Participation | Local default; explicit bounded Live snapshot per execution. |
| Conversation | Public threads, restricted direct rooms, work_id, receipts, traces, and capability transfer. |
| Runtime delivery | Atomic durable acceptance, admitted network_wake task runs, post-commit in-process notify. |
| Wake admission | Direct or mention say only, plus availability, coalescing, depth, and finite bounds. |
| Usage | Aggregate actual usage when reported; otherwise usage_unavailable. |
| External transport | Not shipped in this release. |
| Trust verification | Not shipped; opaque proof only. |
| Conformance runner | Package tests exist; standalone third-party runner does not. |
Use the right docs
- Operate Compozy: Network Overview and Coordinate Agents.
- Implement v0: Envelope, Message Kinds, Interactions, and Delivery.
- Implement optional trust: Ed25519 + JCS and Signature Verification.
- State compatibility: Conformance.
Local/Live mode, wake bounds, and workspace coordination are reference-runtime execution policy. They are intentionally absent from the protocol envelope.
Protocol Overview
Understand the transport-neutral Compozy Network envelope, how it differs from Compozy Runtime, and where Local/Live participation fits.
Envelope Specification
Reference for the Compozy Network v0 JSON envelope, conversation surface fields, work lifecycle correlation, validation order, schema, and annotated examples.