[codex] Separate RAG flow collection and status handling#23
Merged
Conversation
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
This updates APRAG-Lab so the three benchmark flows are separated at both the data-collection layer and final-answer layer, and fixes queue/status handling around uploads and benchmark runs.
Changes
Validation
docker compose run --rm api pytest tests/test_api.py::test_project_upload_and_run_text_vertical_slice tests/test_api.py::test_agentic_pipeline_respects_limits_and_persists_independently tests/test_api.py::test_agentic_trace_contains_orchestrator_packages_critic_and_final_answer tests/test_api.py::test_hybrid_pipeline_answer_citations_and_trace tests/test_api.py::test_epic19_advanced_rag_variants_are_activated_and_capped tests/test_api.py::test_queued_benchmark_is_blocked_until_source_upload_finishes tests/test_api.py::test_epic28_queued_benchmark_is_processed_by_worker tests/test_api.py::test_epic28_source_upload_is_staged_and_processed_by_workerdocker compose run --rm web npm test -- --run src/test/App.test.jsxNote: the focused API test run passed; one-off test containers logged expected transient trace-export warnings because Jaeger/Phoenix were not started for the one-off run.