Skip to content

feat: implement run view command with table and entry detail#62

Merged
placerda merged 1 commit into
feature/report-commandsfrom
feature/run-view-command
Apr 13, 2026
Merged

feat: implement run view command with table and entry detail#62
placerda merged 1 commit into
feature/report-commandsfrom
feature/run-view-command

Conversation

@Dongbumlee
Copy link
Copy Markdown
Collaborator

Summary

Implements the last easy command — run view with two modes:

  • agentops run view <id> — per-row metrics table
  • agentops run view <id> --entry N — drill-down into a specific row

Usage

Table view (all rows):
agentops run view 2026-04-03_145619

Entry detail (one row):
agentops run view 2026-04-03_145619 --entry 2

Testing

  • 7 new tests (4 service + 3 CLI)
  • 133 total tests pass

Depends On

PR #61 -> PR #60 -> PR #59 -> develop

- run view <id>: per-row metrics table with scores across all evaluators
- run view <id> --entry N: drill-down with scores + threshold pass/fail
- 7 new tests (service + CLI)
- No more stubs in browse_commands.py
@placerda placerda merged commit 17a8bbc into feature/report-commands Apr 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants