Expand description
§wactorz-mqtt
Async MQTT transport for AgentFlow.
Provides:
MqttClient— thin async wrapper aroundrumqttc::AsyncClienttopics— well-known topic string constants and builders
All AgentFlow MQTT topics follow the pattern:
agents/{agent_id}/{event} and system/{event}
Re-exports§
pub use client::MqttClient;pub use client::MqttConfig;pub use client::MqttEvent;