Skip to content

Add streaming output for live evaluation progress #18

@aviralgarg05

Description

@aviralgarg05

Summary

Implement streaming output support for long-running evaluations.

Tasks

  • Add --stream flag to CLI that prints results as scenarios complete.
  • Use rich/click progress bars for visual feedback.
  • Show running metrics (pass/fail count, current scenario).
  • Support both TTY and non-TTY output modes.

Acceptance criteria

  • agentunit eval scenarios/ --stream shows live progress.
  • Works correctly when piped to file.
  • No buffering issues on slow evaluations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions