AgentWorkshop.Dashboard (AgentWorkshop v0.3.0)

Copy Markdown View Source

LiveView dashboard for real-time Workshop monitoring.

Start the dashboard from IEx:

dashboard(port: 4223)

Or via configure:

configure(dashboard: [port: 4223])

Then visit http://localhost:4223 in your browser.

Requires optional dependencies: phoenix, phoenix_live_view, phoenix_html.

Summary

Functions

Start the dashboard on the given port.

Functions

start(opts \\ [])

@spec start(keyword()) :: {:ok, pid()} | {:error, term()}

Start the dashboard on the given port.