Port collection runner into self-healing path#43
Draft
giaphutran12 wants to merge 2 commits into
Draft
Conversation
|
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 |
This was referenced May 22, 2026
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
backend/src/pipeline/collection-agent-runner.ts, exportingrunCollectionPopulatePipeline(input)forPOPULATE_COLLECTION_RUNNER_MODULEPopulateRuntimeResultrows, evidence, usage, metrics, and validation issuesCOLLECTION_AGENT_PIPELINE_MODULEexplicitly so built backend does not silently import vendored TypeScript sourceagentRuns=1@tiny-fish/sdkto backend dependencies for the vendored TinyFish integrationVerification
node --check benchmarks/dataset-agent/run-benchmark.mjsnpm --prefix backend test -- test/collection-agent-runner.test.tsnpm --prefix backend run buildmake verify-self-healingReal Benchmark Evidence
With keys loaded execution-only:
COLLECTION_AGENT_ENABLE_AGENT=falseCOLLECTION_AGENT_PIPELINE_MODULE=./backend/BigSet_Data_Collection_Agent/src/orchestrator/pipeline.tsBIGSET_COLLECTION_BENCHMARK_RUNNER_MODULE=./backend/src/pipeline/collection-agent-runner.ts2/2passed,7rows,13evidence quotes,13source URLs, cost$0.0108130/2passed,1failed,1blocked by 10-minute timeout;saas-pricing-pagesproduced3rows, score0.967, cost$0.0060874/16passed,12failed,0blocked$0.100698; wall time16m 13s131rows,195evidence quotes,94source URLs93search calls,206fetch calls,1,020,923total tokens,0browser/Agent runshcmc-bakery-products,california-insurance-prices,la-coke-menu-lol,pastry-things-menloConclusion: the real collection runner now executes through the self-healing benchmark path. The cheap Search/Fetch + LLM lane produces rows and passes some prompts, but full-benchmark quality is not default-ready yet. The default TinyFish Agent path still needs timeout/polling work before it should become the default.
Notes
No merge. This stays stacked after PR #42.