1//! Capability adapters that bridge graph-runtime egress to external systems (D125). 2 3pub mod agentic_memory_storage; 4pub mod bridge; 5pub mod bridge_protobuf; 6pub mod environment; 7pub mod observe_storage; 8pub mod reactive_collection_storage;