ReqLLM v2 architecture migration#741
Draft
mikehostetler wants to merge 11 commits into
Draft
Conversation
Refs req-qqb.1
Refs req-qqb.2
Refs req-qqb.3
Refs req-qqb.4
Refs req-qqb.5
Refs req-qqb.6
Refs req-qqb.7
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.
ReqLLM v2 draft
This draft PR starts the ReqLLM v2 architecture migration branch. ReqLLM v2 is intended to be a completely separate release path from the current ReqLLM package line, not a wholesale replacement merged all at once.
Feedback is welcome directly on this branch and PR while the architecture is still being shaped.
Goals
reqllm_nextintoreq_llm.req_llmpublic behavior while refactoring internals incrementally.Implementation plan
Checklist items in this section represent Beadwork epics, not individual tasks.
req-qqb- Transition coverage to scenario-based tests: added the provider scenario contract and registry, extracted core text/tool/object/reasoning scenarios, rewired comprehensive provider coverage andmix req_llm.model_compatto use the shared scenario registry, added fixture guardrails, documented the workflow, and hardened scenario lookup/capability handling.req-aa2- Map scenario taxonomy and modality coverage gaps: added a machine-checkable modality taxonomy for text and non-text behavior, guarded scenario groups againstmodel_compatcapability drift, aligned focused provider scenario routes, documented fixture-backed proof versus known gaps, and captured brainstormed follow-up epics.Brainstormed next steps
This list is brainstormed and subject to change. Items should be promoted into separate Beadwork epics before implementation.
Current verification
mix compile --warnings-as-errorsmix test test/req_llm/scenarios test/mix/tasks/model_compat_test.exsmix test test/coverage/openai/web_search_test.exs --include coverage --only scenario:web_search_basicREQ_LLM_MODELS="openai:gpt-4o-mini" mix test test/coverage/openai/comprehensive_test.exs --include coveragemix test