Lists & resources
面向开发者的 Jev / TypeSafe 精选:说明每个项目里 Jev 负责哪一步、先读哪段源码、需要什么依赖,以及哪些结论还没有运行验证。
"api.typesafe.ai",src/jev_awesome/rendering/radar.py:79
The link points at the commit we read, so the line number still holds.
These question sets are lifted from this project's source exactly as written.
from src/jev_awesome/classification/typesafe_adapter.py:68
kindchoiceWhat 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 / JevrelationshipchoiceHow 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_priorityscoreHow 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'] },
},
});