Skip to content

docs: add README for in-tree plugins missing documentation#251

Open
noyitz wants to merge 1 commit into
llm-d:mainfrom
noyitz:docs/plugin-readmes
Open

docs: add README for in-tree plugins missing documentation#251
noyitz wants to merge 1 commit into
llm-d:mainfrom
noyitz:docs/plugin-readmes

Conversation

@noyitz

@noyitz noyitz commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?
/kind documentation

What this PR does / why we need it:
Adds README.md files for the 7 in-tree plugins that were missing documentation:

  • datalayer/requestmetadata — in-flight request counts and token sums
  • modelselector/scorer/costaware — input-token price scoring
  • modelselector/scorer/inflightrequests — least-loaded model scoring
  • requesthandling/basemodelextractor — LoRA adapter to base model resolution
  • requesthandling/bodyfieldtoheader — generic body field to header extraction
  • requesthandling/modelselector — model-selector pipeline orchestrator
  • responsehandling/modelnametoheader — echo selected model as response header

Each README follows the existing pattern: plugin type, behavioral description, configuration with YAML example, parameters table, and inputs/outputs consumed.

Which issue(s) this PR fixes:
Fixes #213

Release note:

NONE

@github-actions github-actions Bot added kind/documentation Categorizes issue or PR as related to documentation. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/documentation Categorizes issue or PR as related to documentation. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(plugins): add README.md documentation for all in-tree plugins

1 participant