榜单与资源
面向开发者的 Jev / TypeSafe 精选,说明每个项目中 Jev 负责的步骤、源码阅读顺序、依赖需求及未验证结论。
面向开发者的 Jev / TypeSafe 精选:说明每个项目里 Jev 负责哪一步、先读哪段源码、需要什么依赖,以及哪些结论还没有运行验证。
"api.typesafe.ai",src/jev_awesome/rendering/radar.py:79
链接指向我们抓取当天的那个 commit,行号是准的。
下面是从这个项目源码里原样取出来的 question 组合。
取自 src/jev_awesome/classification/typesafe_adapter.py:68
kind选项What kind of developer resource is this?
official_doc — Official TypeSafe documentation or changelogsdk — Language SDK, client, or framework integrationtutorial — Getting-started guide, cookbook, or pattern write-upapplication — Application or tool with a concrete implementationevaluation — Evaluation, benchmark, failure case, or limits studyresearch — Research paper or independent reimplementationinsufficient_evidence — Not enough information to classifyunrelated — Not about TypeSafe / Jevrelationship选项How does this resource relate to Jev / TypeSafe?
official — Published by TypeSafe / typesafe-aicalls_official_api — Calls the official TypeSafe API or SDKcommunity_sdk — Community-maintained SDK or bindinginspired_independent — Inspired by Jev but independent implementationmention_only — Only mentions Jev/TypeSafe without integrationunclear — Relationship cannot be determinednot_related — Not relatedreview_priority打分How urgently should a human curator review this candidate?
0 — Low priority / likely noise1 — Medium priority / plausible candidate2 — High priority / official or strong evidenceimport { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
kind: { type: 'choice', instructions: 'What kind of developer resource is this?',
criteria: { official_doc: 'Official TypeSafe documentation or changelog', sdk: 'Language SDK, client, or framework integration', tutorial: 'Getting-started guide, cookbook, or pattern write-up', application: 'Application or tool with a concrete implementation', evaluation: 'Evaluation, benchmark, failure case, or limits study', research: 'Research paper or independent reimplementation', insufficient_evidence: 'Not enough information to classify', unrelated: 'Not about TypeSafe / Jev' } },
relationship: { type: 'choice', instructions: 'How does this resource relate to Jev / TypeSafe?',
criteria: { official: 'Published by TypeSafe / typesafe-ai', calls_official_api: 'Calls the official TypeSafe API or SDK', community_sdk: 'Community-maintained SDK or binding', inspired_independent: 'Inspired by Jev but independent implementation', mention_only: 'Only mentions Jev/TypeSafe without integration', unclear: 'Relationship cannot be determined', not_related: 'Not related' } },
review_priority: { type: 'score', instructions: 'How urgently should a human curator review this candidate?',
criteria: ['Low priority / likely noise', 'Medium priority / plausible candidate', 'High priority / official or strong evidence'] },
},
});