Skip to content

fix(results): avoid duplicate raw provider logs#1528

Merged
christso merged 1 commit into
mainfrom
cleanup/raw-log-duplication
Jun 26, 2026
Merged

fix(results): avoid duplicate raw provider logs#1528
christso merged 1 commit into
mainfrom
cleanup/raw-log-duplication

Conversation

@christso

Copy link
Copy Markdown
Collaborator

Summary

Provider-native raw streams are no longer duplicated into provider.log inside new run bundles. New eval artifacts keep the raw evidence in transcript-raw.jsonl and expose it through transcript_raw_path, while raw_provider_log_path remains a legacy/imported pointer for older or external bundles.

This keeps the artifact contract simpler without changing normalized transcript output or imported legacy bundle handling.

Validation

  • bun test packages/core/test/evaluation/providers/log-directory.test.ts
  • bun test packages/core/test/evaluation/orchestrator.test.ts
  • bun test apps/cli/test/commands/eval/artifact-writer.test.ts
  • bunx biome check packages/core/src/evaluation/providers/log-directory.ts packages/core/test/evaluation/providers/log-directory.test.ts packages/core/src/evaluation/run-artifacts.ts packages/core/src/evaluation/types.ts packages/core/test/evaluation/orchestrator.test.ts apps/cli/test/commands/eval/artifact-writer.test.ts apps/web/src/content/docs/docs/tools/results.mdx apps/web/src/content/docs/docs/evaluation/running-evals.mdx apps/web/src/content/docs/docs/tools/import.mdx
  • git diff --check
  • bun --filter @agentv/core build
  • bun run typecheck

Compound Engineering
GPT_5.5

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 25eeb69
Status: ✅  Deploy successful!
Preview URL: https://6087e2ee.agentv.pages.dev
Branch Preview URL: https://cleanup-raw-log-duplication.agentv.pages.dev

View logs

@christso christso merged commit 2717459 into main Jun 26, 2026
8 checks passed
@christso christso deleted the cleanup/raw-log-duplication branch June 26, 2026 11:36
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