@tally-evals/cli
v0.1.0
Published
A CLI for the Tally evaluation framework
Downloads
286
Readme
@tally-evals/cli
Interactive CLI for visualizing and exploring Tally evaluation results.
Install
bun add @tally-evals/cliUsage
The CLI provides several commands for interacting with your .tally directory:
Browse runs
Interactive browser for exploring all conversation runs in your project:
tally browseThis opens an interactive terminal UI where you can:
- Navigate through conversations
- View evaluation reports
- Compare runs side-by-side
View a specific conversation
View a single conversation with its evaluation report:
tally view <conversation-id> --report <run-id>Example:
tally view weather-golden --report run_2024-01-15T10-30-00Web Viewer (Development)
Start the web-based viewer for a richer UI experience:
tally dev serverOptions:
-p, --port <port>- Port to listen on (default: 4321)--no-open- Don't open browser automatically
The web viewer provides:
- Conversation timeline visualization
- Metric breakdowns per step
- Aggregated summaries and charts
Requirements
- Must be run from a directory containing a
.tally/folder ortally.config.ts - Interactive commands (
browse,view) require a TTY (real terminal) - Web viewer requires the
@tally-evals/viewerpackage
Development
This package is part of the Tally monorepo.
bun install
bun run build
bun run dev # Watch modeLicense
MIT
