DRAFT: PoC OIE orchestrator (Modules A→B→C)#996
Draft
northdpole wants to merge 1 commit into
Draft
Conversation
Scaffold a demo runner that calls Module B/C entry points when present and records TODO stages for Module A's missing harvester entry and unmerged hooks, without modifying the GSoC module packages. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Plus 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 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
pipeline_run_id.TODO:/todostage results in the orchestrator only.python scripts/run_oie_demo_pipeline.py(Makefile:make oie-demo-pipeline).GSoC A/B/C readiness (PR survey, 2026-07-24)
Module A — Harvester (stacked #920 → #983 → #985 → #986 → #987)
harvest_inputwriter, no CLI. #987 CI Test failing.run_harvester/--run_harvesterModule B — Noise Filter (merged W1–4 #913/#928/#947/#976; open #989)
mainviascripts/evaluate_noise_filter.py(needs LLM for Stage 2)harvest_input/knowledge_queue+run_noise_filter)noise_filter.pipeline.run_noise_filter(session, pipeline_run_id, …)andcre.py --run_noise_filter --run_id …Module C — Librarian (merged W1–4; open #974 → #990 → #991)
main:python cre.py --librarian_dry_run [--librarian_source JSONL](C.0→C.2)LibrarianPipeline) still dry-run.cre_main.run_librarianonmain;LibrarianPipeline.run(at=…)on #991 (not yet wired intocre_main)Orchestrator behavior on this PR
--run-arecordstodo(no entry to call).run_noise_filterif importable (Add harvest_input and knowledge_queue models with pipeline support #989); elsetodo.run_librarian(works onmaintoday with fixture JSONL). Notes whenLibrarianPipelineis importable (week_6b: Module C (The Librarian) — C.4 envelope emitter + C.0→C.4 pipeline glue #991+) but still usesrun_librarianuntil a component factory exists.Test plan
python -m unittest application/tests/oie_orchestrator_test.pypython scripts/run_oie_demo_pipeline.py --skip-b --skip-csmokeharvest_input, run with--skip-a(no--skip-b)--skip-a --skip-b --librarian-source application/tests/librarian/fixtures/sample_knowledge_queue.jsonlagainst a DB with CRE embeddingsrun_harvesterand after week_6b: Module C (The Librarian) — C.4 envelope emitter + C.0→C.4 pipeline glue #991 wiresLibrarianPipelineinto CLI/DB sourceDepends on (not included)
LibrarianPipeline+ eventual W8 DB source / graph write