应用产品

jev-social

@socai-io10JavaScriptMIT更新于 2026-09-20可当场跑

基于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.

socai-io/jev-social

它在哪儿调用了 Jev

model: options.model || "~typesafe/jev-latest",

src/actions.js:143

链接指向我们抓取当天的那个 commit,行号是准的。

它问 Jev 的问题

下面是从这个项目源码里原样取出来的 question 组合。

取自 src/classifier.js:40

  1. route选项

    Choose the one supported workflow that should execute this request.

    • instagram_searchSearch or research Instagram content, profiles, posts, or reels.
    • tiktok_searchSearch or research TikTok content, creators, or videos.
    • linkedin_searchSearch or research LinkedIn people, companies, posts, or professional experience.
    • unsupportedAnything 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.' } },
  },
});

同类的其他项目