docs: OpenRouter response caching guide + rendered architecture diagram#144
Merged
Conversation
OpenRouter Response Caching (sending X-OpenRouter-Cache / -TTL headers on compiler LLM calls) is achievable through the general extra_headers passthrough — no dedicated config needed. Document it in the configuration guide alongside the other litellm/extra_headers recipes. Refs #39
Swap the text-based diagram under "Architecture" for a rendered illustration (assets/openkb-architecture.png) covering the same pipeline: raw/ intake -> markitdown (short docs) / PageIndex (long PDFs) -> LLM wiki compilation -> the wiki/ foundation -> query/chat, the Skill Factory, and future generators.
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.
Two docs updates shipped together.
1. OpenRouter response caching —
examples/configuration/README.mdDocuments how to opt into OpenRouter's Response Caching via
extra_headersforopenrouter/*models — identical-payload requests return in ~80–300ms with zero token billing (helps the compile-retry path and repeated lint/dev iteration). Reuses the existingextra_headerspassthrough (top-level or underlitellm:); no code changes.2. Rendered architecture diagram —
README.md,assets/Replaces the ASCII architecture diagram under How OpenKB Works → Architecture with a rendered illustration (
assets/openkb-architecture.png) covering the same pipeline:raw/intake → markitdown (short docs) / PageIndex (long PDFs) → LLM wiki compilation → thewiki/foundation (index.md,log.md,AGENTS.md,sources/,summaries/,concepts/,entities/,explorations/,reports/) →query/chat, the Skill Factory, and future generators.assets/dir —docs/is gitignored, so README assets can't live there.