agentlink-core 0.1.0

AgentLink SDK Core - Platform agnostic core library
Documentation
1
2
3
4
5
6
7
8
9
//! Services Module
//!
//! High-level service APIs built on top of HTTP and MQTT clients.
//!
//! Note: Services are implemented in platform-specific crates (native/wasm)
//! to allow for different HTTP/MQTT client implementations.

// Services will be implemented in native/wasm crates
// This module is intentionally minimal