Crate wactorz_mqtt

Crate wactorz_mqtt 

Source
Expand description

§wactorz-mqtt

Async MQTT transport for AgentFlow.

Provides:

  • MqttClient — thin async wrapper around rumqttc::AsyncClient
  • topics — 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;

Modules§

client
Async MQTT client wrapper.
topics
Well-known MQTT topic constants and builder helpers.