Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

SDK model listing

未关闭
#2,237 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
25/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
冷清
技术栈
java
领域
api

调研方向

该 issue 没有列出任何文件、测试或入口点。首先明确 Fabric 的必备要求,并确定模型列表应放在哪里、受限 schema 暴露哪些内容,以及托管客户端的遥测和身份应如何工作;当针对跨 SDK 语言的轻量级 SDK 调用达成一致的实现方向时,即视为完成。

由索引模型根据 Issue 内容生成。

描述

enhancement

Summary

Add SDK support for listing available models so applications embedding the SDK can discover which models they can use without spinning up the full agent harness. Fabric is the first concrete consumer waiting on this.

Motivation

Some clients want to embed the SDK and use lightweight primitives (model discovery, inference) without loading the whole harness. Today the only path to model information requires standing up a full session, which is heavier than these clients need.

There are two distinct cohorts:

  • Harness customers that also want primitives. They run the harness and want lightweight primitives like model listing. This issue covers this cohort.

  • Non-harness customers A separate problem that needs its own discovery — how large the base is and what they require. (tracked separately.)

The direction is that the SDK is the front door: clients converge on the SDK rather than integrating against the underlying inference API directly.

Proposed behavior

  • A lightweight "list models" call available across the SDK languages that does not require creating a full session.

  • A bounded, documented model-list schema (we don't expose the full underlying model set).

  • Telemetry/headers that identify the hosting client, following the code-completions pattern for distinguishing embedding applications.

  • A scaling story for identity/auth that doesn't require minting a per-client integration ID.

Open questions

  • Where does model listing live — the language-specific SDK or the core runtime?

  • What exactly do we expose for model access?

Next steps

  • Nail down Fabric's actual requirements (must-have vs. nice-to-have).
主要语言
Java
星标
10.5k
派生
1.5k
平均合并
1 天 9 小时
30 天内合并 PR
130

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

github/copilot-sdk 的其他 Issue

查看 github/copilot-sdk 的全部 Issue

相似的 Issue

更多 Java Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。