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 [
MainActor] and [MonitorAgent] - 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 ๐
- normalize_
fuseki_ ๐endpoint