agentlink_core/services/mod.rs
1//! Services Module
2//!
3//! High-level service APIs built on top of HTTP and MQTT clients.
4//!
5//! Note: Services are implemented in platform-specific crates (native/wasm)
6//! to allow for different HTTP/MQTT client implementations.
7
8// Services will be implemented in native/wasm crates
9// This module is intentionally minimal