Preserve Agent browser actions in reports#56
Closed
giaphutran12 wants to merge 1 commit into
Closed
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Collaborator
Author
|
Closing stale draft cleanup PR; superseded by later BigSet work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked on #55 (
codex/browser-action-trace-ingestion).This is the producer-side follow-up for browser-action traces. If TinyFish Agent result JSON includes explicit browser-action arrays, the vendored collection runner now preserves them in phase-scoped reports so #55 can ingest them into
processTrace.steps.BrowserActionReportschema.browser_actions/agent_browser_actionsfrom Agent results.actionsarrays because they are not browser-specific enough for replay.AgentRunRecord.browser_actionseven when row extraction later yields zero rows or throws.run_report.initial.agent_browser_actions.repair.loops[*].agent_browser_actions.agent_browser_actions, avoiding double-counting in the Ingest collection browser action traces #55 consumer.What this does not claim
Verification
node --import ./backend/node_modules/tsx/dist/esm/index.mjs --test backend/test/collection-browser-actions.test.ts backend/test/collection-agent-runner.test.ts backend/test/populate-playwright-readiness.test.tsnpm --prefix backend run buildnpm --prefix backend testgit diff --checknode --check benchmarks/dataset-agent/run-benchmark.mjsmake verify-self-healing