Web dashboard CLI for LLM Goose - the testing framework for LLM agents. Run tests, inspect tool calls, and chat with your agents.
npm install @llm-goose/dashboard-cli
Web dashboard CLI for LLM Goose — the testing framework for LLM agents
---
This package provides the web dashboard for LLM Goose, a Python testing framework for LLM agents.
- Testing View — Run and monitor agent tests with real-time results
- Tooling View — Interactively test your agent's tools in isolation
- Chat View — Chat with your agents directly in the browser
- Full Execution Traces — See every tool call, response, and validation result

``bashInstall the dashboard CLI globally
npm install -g @llm-goose/dashboard-cli
Usage
`bash
Start the API server (requires llm-goose Python package)
pip install llm-goose
goose apiIn another terminal, start the dashboard
goose-dashboard
`The dashboard will open at
http://localhost:8729 and connect to the API at http://localhost:8730.$3
`bash
goose-dashboard --api-url http://localhost:9000
`Requirements
This dashboard requires the llm-goose Python package to be installed and running:
`bash
pip install llm-goose
goose init # Scaffold a new project
goose api # Start the API server
``- 📦 PyPI Package (llm-goose)
- 🐙 GitHub Repository
- 📖 Documentation
MIT © Rafał Łazicki