Skip to main content

Crate chio_cross_protocol

Crate chio_cross_protocol 

Source
Expand description

Shared cross-protocol bridge contracts and runtime orchestration substrate.

This crate centralizes the reusable types needed by outward protocol edges so each bridge path shares one definition of provenance, attenuation, and receipt-lineage behavior rather than redefining it independently.

Modulesยง

capability_bridge
discovery
error
execution
lifecycle
orchestrator
routing
semantic_hints
sync_bridge_shared
Compatibility-only synchronous bridge shim, shared by the outward protocol edges (chio-a2a-edge, chio-acp-edge). The edges gate their use of it on their own compatibility-surface feature; the helper itself is always compiled here so both edges can depend on a single definition instead of textually including this file.