Skip to content

Extensible tag-based model classification and discovery #512

@sethfitz

Description

Replace the hardcoded namespace/ModelKind classification with tags --
string labels derived by tag providers registered through Entry Points.

system provides generic tag-based grouping without understanding what
any tag means. Any package can register tag providers that classify
models without special support in the discovery layer. Model discovery
moves from core into system in the process.

Tags serve three roles:

  • CLI filtering -- select subsets of models for output and codegen
    (--tag system:feature, --tag draft)
  • Classification and endorsement -- distinguish features from
    extensions, mark models as vetted or approved
  • Marketplace taxonomy -- browse and classify models and extensions
    in a future extension catalog

Builds on the design from #440.

Tracked by PR #463.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions