Applications
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",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/classifier.js:40
routechoiceChoose 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.' } },
},
});