Skip to content

feat(pipeline): agent-mode artifacts align with CLI-mode schema#796

Merged
christso merged 2 commits intomainfrom
feat/pipeline-agent-mode-artifacts
Mar 27, 2026
Merged

feat(pipeline): agent-mode artifacts align with CLI-mode schema#796
christso merged 2 commits intomainfrom
feat/pipeline-agent-mode-artifacts

Conversation

@christso
Copy link
Copy Markdown
Collaborator

Agent-mode pipeline runs now produce artifacts in the same location and schema as CLI-mode runs. Changes: (1) pipeline run/input --out is optional, defaults to .agentv/results/runs/eval_timestamp; (2) pipeline bench enriches index.jsonl with scores[], execution_status, response_path; (3) new agentv results validate command; (4) agentv-bench SKILL.md updated with default paths, validate step, and user instruction overrides .env mode.

christso and others added 2 commits March 28, 2026 00:28
- pipeline run/input: --out now optional, defaults to .agentv/results/runs/eval_<timestamp>
- pipeline bench: index.jsonl now includes scores[], execution_status, response_path to match CLI-mode dashboard schema
- results validate: new command to check run dir naming, index.jsonl fields, artifact presence, and score bounds
- skill: update agent-mode workflow docs to use default --out, add validate step, clarify llm_scores.json -> index.jsonl flow; user-stated mode overrides .env
1. execution_status: run.ts now writes status into timing.json ('ok' or
   'execution_error'), bench.ts reads it back instead of hardcoding 'ok'
2. response_path: use null instead of undefined so the field is always
   present in index.jsonl
3. --workers concurrency: implement actual concurrency limiter using
   Promise.race instead of unbounded Promise.all
4. validate.ts: validate scores[] entry structure (name, type, score,
   verdict) and warn on unknown execution_status values

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 27, 2026

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: b94ff8a
Status: ✅  Deploy successful!
Preview URL: https://e2bbf6b9.agentv.pages.dev
Branch Preview URL: https://feat-pipeline-agent-mode-art.agentv.pages.dev

View logs

@christso christso merged commit 2c778b9 into main Mar 27, 2026
2 checks passed
@christso christso deleted the feat/pipeline-agent-mode-artifacts branch March 27, 2026 13:48
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