Skip to main content

relay_knowledge/ports/
mod.rs

1//! Technology-neutral contracts consumed by application workflows.
2
3pub mod embedding;
4pub mod release_metadata;
5pub mod worker_outbound;