Crate wactorz_interfaces

Crate wactorz_interfaces 

Source
Expand description

§wactorz-interfaces

Human and machine interfaces for AgentFlow.

  • cli — interactive REPL / command-line interface
  • rest — axum HTTP REST API
  • ws — WebSocket bridge: MQTT ↔ browser clients (for the Babylon.js dashboard)

Re-exports§

pub use rest::RestServer;
pub use ws::WsBridge;

Modules§

cli
Interactive command-line interface.
rest
axum HTTP REST API.
ws
WebSocket routes for the Wactorz server.