@llm-goose/dashboard-cli
v0.1.26
Published
Web dashboard CLI for LLM Goose - the testing framework for LLM agents. Run tests, inspect tool calls, and chat with your agents.
Downloads
2,224
Maintainers
Readme
This package provides the web dashboard for LLM Goose, a Python testing framework for LLM agents.
Features
- 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
Install
# Install the dashboard CLI globally
npm install -g @llm-goose/dashboard-cli
# Or use npx without installing
npx @llm-goose/dashboard-cliUsage
# Start the API server (requires llm-goose Python package)
pip install llm-goose
goose api
# In another terminal, start the dashboard
goose-dashboardThe dashboard will open at http://localhost:8729 and connect to the API at http://localhost:8730.
Custom API URL
goose-dashboard --api-url http://localhost:9000Requirements
This dashboard requires the llm-goose Python package to be installed and running:
pip install llm-goose
goose init # Scaffold a new project
goose api # Start the API serverLinks
License
MIT © Rafał Łazicki
