Skip to content

Labels

Labels

  • approved

  • area/adapter-functions

    Granite adapter functions: framework and adaptiers including RAG, Guardian, Core
  • area/alora

    LoRA/aLora adapter training
  • area/backends

    Provider-specific work: Ollama, HF, LiteLLM, OpenAI, Bedrock, vLLM
  • area/cli

    m serve, m alora, CLI commands
  • area/component

    Component type system, CBlock, @generative decorator, prompt templates, RichDocument
  • area/context

    ChatContext, message history, context windowing, serialization
  • area/formatter

    Output formatters, structured output, GraniteFormatter, JSON schema formatting
  • area/requirement

    Requirement base class, validation, repair loops
  • area/sampling

    SamplingStrategy, SamplingResult, ModelOption, generation options
  • area/stdlib

    Core abstractions: Context, MOT, SamplingStrategy, formatters, serialization
  • area/streaming

    Streaming chunks, events, per-chunk validation
  • area/telemetry

    OTel spans, metrics, tracing, semconv
  • area/tools

    Tool framework, Bash/Python tools, tool call lifecycle
  • blocked/awaiting-pr-review

    for flagging PRs that have been awaiting review for a while. only to be added during dev sync calls
  • blocked/external

    Blocked on an upstream/external dependency (e.g. a model or library release). Not yet actionable.
  • bug

    Something isn't working
  • chore

    Housekeeping: renames, comment fixes, dependency bumps, repo hygiene
  • do-not-merge/hold

    Block merging this PR
  • docs-preview

    Deploy docs to docs/preview branch for pipeline validation
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • epic

    High level Epic
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • integrations

  • invalid

    This doesn't seem right
  • lgtm

  • needs-design

    Problem is clear; implementation approach needs design discussion before work starts