Expand description
AgentFlow server entry point.
Starts the full system:
- Parses CLI arguments (via [
clap]) - Initialises structured logging (via [
tracing_subscriber]) - Creates the
ActorSystem - Connects to MQTT broker
- Spawns
MainActorandMonitorAgent - Starts the REST API + WebSocket bridge
- Optionally starts the interactive CLI
- Awaits a Ctrl-C signal then shuts down gracefully
Structs§
- Args
- AgentFlow: async multi-agent orchestration framework
Functions§
- main 🔒