Skip to content

feat: implement report show and report export commands#61

Merged
placerda merged 1 commit into
feature/validation-commandsfrom
feature/report-commands
Apr 13, 2026
Merged

feat: implement report show and report export commands#61
placerda merged 1 commit into
feature/validation-commandsfrom
feature/report-commands

Conversation

@Dongbumlee
Copy link
Copy Markdown
Collaborator

Summary

Implements 2 report commands, replacing planned stubs:

  • agentops report show — display report in terminal (md) or open in browser (html)
  • agentops report export — export results to JSON, CSV, or Markdown

Both follow the same --in pattern as the existing report command.

Usage

agentops report show [--in results.json] [--format md|html]
agentops report export [--in results.json] [--out file] [--format json|csv|md]

Testing

  • 11 unit tests in test_report_commands.py
  • 126 total tests pass

Depends On

PR #60 (validation commands) -> PR #59 (browse commands) -> develop

- report show: display report.md or open report.html in browser
  - --in: path to results.json (same pattern as report)
  - --format md (default) or html
- report export: export results to JSON, CSV, or Markdown
  - --in, --out, --format json|csv|md
  - CSV includes aggregate + per-row metrics
- 11 unit tests in test_report_commands.py
@placerda placerda merged commit a7cd6ea into feature/validation-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