feat(examples): package ABI course deep projects#214
Closed
svonava wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
@coderabbitai review |
svonava
force-pushed
the
feat/1963-deep-course-pack
branch
from
July 18, 2026 06:42
d87b3c2 to
4c59d6d
Compare
Contributor
Author
|
Superseded by #213. We are improving the canonical quickstart, retrieval-ablation, vision-doc-rag, and contract-review examples directly instead of maintaining an ABI-course-specific package or manifest. The useful bounded/offline paths were reimplemented and validated in those canonical examples; this PR will not be merged. |
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.
Part of sie-internal#1963.
Complements #213's minimal managed-cloud smoke with the remaining deep-example course packaging. It intentionally does not claim managed US-production readiness before the parallel model-catalog work is frozen and measured.
What changed
retrieval-ablationas the third project from code evidence: it has qrels plus NDCG/Recall evaluation and isolates reranking as one controlled change. Usedocument-ocras the bounded fixture/OCR stage ofvision-doc-ragrather than a separate retrieval project.examples/abi-course-deepwith a machine-readable three-project manifest, explicit catalog/model-revision gates, expected output contracts, change/measurement prompts, and intentionally null credit/budget fields.SIE_API_KEY.uv.lockdespite being the principal student example.Safety and release gates
null/live_measurement_requiredgates until #1943 and the US-production exercise are complete.Validation
uv sync --project examples/abi-course-deep --frozenuv run --project examples/abi-course-deep --frozen python -m unittest discover -s examples/abi-course-deep/tests(10 passed)uv run --project examples/abi-course-deep --frozen ruff check examples/abi-course-deepuv run --project examples/abi-course-deep --frozen ruff format --check examples/abi-course-deepuv sync --project examples/contract-review-agent --frozenuv run --project examples/contract-review-agent --frozen make-sample(3 contracts, one scan, 12 obligations)uv run --project examples/contract-review-agent --frozen review --listgit diff --check