//! agent-phone — Minimal sync RPC between two AI agents.
//!
//! Rust port of [@p-vbordei/agent-phone]. Self-custody keys, Noise-XK
//! handshake, DID-bound WebSocket. Wire-format-compatible with the TS
//! reference and the Python sibling.
//!
//! [@p-vbordei/agent-phone]: https://github.com/p-vbordei/agent-phone
pub use ;
pub use ;
pub use Envelope;
pub use Error;
pub use ;