Skip to content

chore(examples): add claude-cli and claude-sdk targets to agent-skills-evals example #877

@christso

Description

@christso

Problem

The examples/features/agent-skills-evals/ example demonstrates multi-provider skill-trigger evals, but the targets file (.agentv/targets.yaml) only defines an echo provider. Users who want to test with claude-cli or claude-sdk must create their own targets, which adds friction.

The parent examples/features/.agentv/targets.yaml has a claude target (provider: claude), but:

  • No explicit claude-cli target
  • No claude-sdk target
  • The README shows --target claude --targets ../.agentv/targets.yaml but doesn't document the setup

Proposed Fix

Add claude-cli and claude-sdk targets to examples/features/.agentv/targets.yaml:

  - name: claude-cli
    provider: claude-cli
    grader_target: gemini-flash
    log_format: json

  - name: claude-sdk
    provider: claude-sdk
    grader_target: gemini-flash
    log_format: json

Update the multi-provider example README to document running with both providers.

Blocked By

Acceptance Criteria

  • examples/features/.agentv/targets.yaml includes claude-cli and claude-sdk targets
  • README documents how to run with each provider
  • Running agentv eval multi-provider-skill-trigger.EVAL.yaml --target claude-cli works out of the box

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions