llm_dashboard
Open a local web dashboard to view real-time routing statistics, cost trends, model distribution, and recent decisions from the LLM Router. Refreshes automatically every 30 seconds.
Instructions
Open the LLM Router web dashboard in the background.
Starts a local HTTP server at localhost: showing routing stats, cost trends, model distribution, and recent decisions. Refreshes every 30s.
The dashboard reads from the same SQLite DB the router writes — no extra configuration needed.
Args: port: TCP port for the dashboard server (default 7337).
Returns: URL and instructions for opening the dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |