docs: LLM routing on a Claude subscription (ir_10) + fix oa→aix drift#71
Merged
Conversation
Notes doc: ir's LLM is offline-by-default and injectable at every seam (make_llm_formulator rewriter=, make_llm_selector chooser=, with_synopsis synthesize=, eval_gen generators), so a subscription-routed backend is just an injected callable — ir needs zero changes. Covers the three targets (connector→ Claude.ai via MCP sampling [gated on client support], Claude Code→host via the Agent SDK/coact [exists today], Desktop→sampling) + a verdict table. Also fixes README drift: the [llm] extra is `aix` (LiteLLM facade), not `oa`. Claude-Session: https://claude.ai/code/session_0154TnwYASjN1u1Hw97JQ2vd
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.
Adds misc/docs/ir_10 documenting that ir's LLM is offline-by-default and injectable at every seam, so agentic search can run on a Claude subscription (MCP sampling for connectors — gated on client support; the Agent SDK/coact for Claude Code — exists today) with zero ir changes. Also corrects the README: ir's
[llm]extra isaix, notoa.