docs: add architecture diagram, GLM-5.2 profile, and README refresh#14
Open
flobernd wants to merge 2 commits into
Open
docs: add architecture diagram, GLM-5.2 profile, and README refresh#14flobernd wants to merge 2 commits into
flobernd wants to merge 2 commits into
Conversation
flobernd
force-pushed
the
readme-architecture
branch
from
June 29, 2026 10:32
362a7ae to
61e4eb7
Compare
This reverts commit 1a3868c.
Add an architecture diagram (architecture.svg) to the README overview, plus profiles/glm52.yaml as a drop-in reassembly of the GLM-5.2 profile from the README examples, with comments explaining the gateway-level behavior of each section. Refresh the README to match: GLM-5.2 as the running example for capabilities and reasoning_effort, a bullet list for profile precedence, an expanded Brave Search section, and drop the batch capability (neither the gateway nor vLLM exposes a batch route).
flobernd
force-pushed
the
readme-architecture
branch
from
July 4, 2026 21:21
61e4eb7 to
da09073
Compare
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.
Summary
Adds the architecture diagram, a drop-in
profiles/glm52.yaml, and a README refresh as a standalone commit on master.Intention
This change was originally a standalone 3-file commit on dev (
ee58466) but got entangled after dev was rebased onto master (the rebased parent lacked the adapter code the original parent had, so the commit's diff ballooned). This PR restores it as a clean standalone commit against master.Changes
architecture.svg: architecture overview diagram referenced from the README.profiles/glm52.yaml: drop-in reassembly of the GLM-5.2 profile from the README examples, with comments.README.md: refresh to use GLM-5.2 as the running example, a bullet list for profile precedence, an expanded Brave Search section, and drop thebatchcapability.Notes
Master does not yet have the capabilities / reasoning_effort / roles features (PRs #18 / #19 / #20 are still open). The README on this branch documents them, so this is docs-ahead of those feature PRs; merge it alongside or after them, or trim the feature sections if you'd rather land those with their own PRs.
Testing
Docs-only change (README + svg + yaml).
cargo build --releaseis unaffected; no tests exercise these files.