Add pluggable LLM backends and Granite-friendly drafter postprocessing. - #24
Draft
yashoza19 wants to merge 1 commit into
Draft
Add pluggable LLM backends and Granite-friendly drafter postprocessing.#24yashoza19 wants to merge 1 commit into
yashoza19 wants to merge 1 commit into
Conversation
Enable skills/messages/openai drafter backends with draft-compare tooling, compact prompts and epic-grouped payloads for small models, and deterministic link/gap enrichment so OpenAI-compatible endpoints produce reviewable drafts. Co-authored-by: Cursor <cursoragent@cursor.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yashoza19 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.
Enable skills/messages/openai drafter backends with draft-compare tooling, compact prompts and epic-grouped payloads for small models, and deterministic link/gap enrichment so OpenAI-compatible endpoints produce reviewable drafts.
Summary
skills(hosted Claude skill),messages(local SKILL.md via Anthropic), andopenai(OpenAI-compatible inference e.g. Granite 8B)status draft-compareto run the same collector payload through multiple backends and write per-backend JSON +summary.jsonneeds_humanfor null epics, stale-epic and unticketed-PR flags)in progress→progressing) and coerce null draft fields before validationTest plan
pytest tests/test_evidence.py tests/test_payload_summary.py tests/test_llm_backends.py tests/test_drafter.pystatus draft-compare --fixture fixtures/payload.json --backend openai -o ./draft-compare/against Granite APIcast--backend skillsbaseline when Anthropic credits are availableDRAFTER_LLM_BACKEND=openai+OPENAI_*env vars documented in.env.examplework for your cluster endpoint