Crate wactorz

Crate wactorz 

Source
Expand description

AgentFlow server entry point.

Starts the full system:

  1. Parses CLI arguments (via [clap])
  2. Initialises structured logging (via [tracing_subscriber])
  3. Creates the ActorSystem
  4. Connects to MQTT broker
  5. Spawns [MainActor] and [MonitorAgent]
  6. Starts the REST API + WebSocket bridge
  7. Optionally starts the interactive CLI
  8. Awaits a Ctrl-C signal then shuts down gracefully

Structsยง

Args
AgentFlow: async multi-agent orchestration framework

Functionsยง

main ๐Ÿ”’
normalize_fuseki_endpoint ๐Ÿ”’