应用产品
基于Jev的Instagram、TikTok和LinkedIn研究,支持类型化路由、真实浏览器证据、流式帖子卡片、视频捕捉和引用socai报告。
Jev-powered Instagram, TikTok, and LinkedIn research: typed routing, real browser evidence, streamed post cards, video capture, and cited socai reports.
model: options.model || "~typesafe/jev-latest",链接指向我们抓取当天的那个 commit,行号是准的。
下面是从这个项目源码里原样取出来的 question 组合。
route选项Choose the one supported workflow that should execute this request.
instagram_search — Search or research Instagram content, profiles, posts, or reels.tiktok_search — Search or research TikTok content, creators, or videos.linkedin_search — Search or research LinkedIn people, companies, posts, or professional experience.unsupported — Anything else, including posting, liking, following, messaging, or an ambiguous auto route.import { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
route: { type: 'choice', instructions: 'Choose the one supported workflow that should execute this request.',
criteria: { instagram_search: 'Search or research Instagram content, profiles, posts, or reels.', tiktok_search: 'Search or research TikTok content, creators, or videos.', linkedin_search: 'Search or research LinkedIn people, companies, posts, or professional experience.', unsupported: 'Anything else, including posting, liking, following, messaging, or an ambiguous auto route.' } },
},
});