Skip to content

test(aeh): add single mode hello-world submission#107

Draft
GuyZivRH wants to merge 3 commits into
mainfrom
eval/aeh-hello-world-single
Draft

test(aeh): add single mode hello-world submission#107
GuyZivRH wants to merge 3 commits into
mainfrom
eval/aeh-hello-world-single

Conversation

@GuyZivRH

Copy link
Copy Markdown
Collaborator

Purpose

Test Agent-Eval-Harness (AEH) integration in single mode (non-pairwise).

Changes

Added aeh-hello-world-single submission with:

  • metadata.yaml - Pipeline config (n_trials=3)
  • eval.yaml - AEH config with judges and thresholds
  • cases/case-001/input.yaml - Task prompt
  • cases/case-001/annotations.yaml - Expected results

Test Task

Create output/greeting.txt with content "Hello, World!"

Judges

  1. exit_success: Verifies Claude Code completed successfully
  2. file_created: Validates output file content matches expectations

Testing

This submission tests the AEH single mode flow:

  1. Validation (metadata.yaml + eval.yaml + cases/)
  2. AEH execution via run_aeh.py
  3. Judges evaluation
  4. Results aggregation

Related

  • Part of AEH engine integration testing
  • Companion to pairwise mode test (separate PR)

Add aeh-hello-world-single submission to test Agent-Eval-Harness
integration in single mode (non-pairwise).

Structure:
- metadata.yaml: Pipeline configuration (n_trials=3)
- eval.yaml: AEH config with judges and thresholds
- cases/case-001/input.yaml: Task prompt
- cases/case-001/annotations.yaml: Expected results

Judges:
- exit_success: Verifies Claude Code completed successfully
- file_created: Validates output file content

Test task: Create greeting.txt with "Hello, World!" content
GuyZivRH and others added 2 commits July 19, 2026 11:15
Keep scoring the judge, but only require exit_success so agent misses do not fail the pipeline.

Co-authored-by: Cursor <cursoragent@cursor.com>
Provide SKILL.md so Harbor Claude Code can resolve /aeh-hello-world-single.
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.

1 participant