Cli
Command-line entry point for launching the dashboard server.
Starts the FastAPI application using uvicorn on localhost port 8001.
main()
Launch the dashboard server.
Runs the FastAPI application at http://127.0.0.1:8001 using uvicorn.