JEV 中文指南 · 独立资料与开发者社区 官方信息请以 TypeSafe AI 为准
← 返回真实案例库

CASE FILE / 模型与 Agent 路由

我使用typesafeai的jev来构建一个路由器模型

我使用typesafeai的jev来构建一个路由器模型。 你给出一个任务和你当前的人工智能订阅,jev会告诉你哪个代理/模型应该把它捡起来。 把这个和herdr搭配起来,这将是一个杀手组合 jev是一个超级快速的判断者,这是整个事情可能的缺失部分

作者:Nidhi Singh @nidhisinghattri
● ● ●CASE FILEGUIDE
Nidhi Singh · @nidhisinghattri

案例拆解

我使用typesafeai的jev来构建一个路由器模型。 你给出一个任务和你当前的人工智能订阅,jev会告诉你哪个代理/模型应该把它捡起来。 把这个和herdr搭配起来,这将是一个杀手组合 jev是一个超级快速的判断者,这是整个事情可能的缺失部分

阅读 6,122喜欢 65转发 4

原帖内容

i used jev from typesafeai to build a model router cli you give in a task and current ai subscriptions you have, the jev tells you which agent/model should pick it up pair this with herdr and it will be a killer combo jev was the missing bit that makes this whole thing possible by being a super fast judge

这个案例说明了什么?

  • 先用 JEV 决定走哪条模型或工具
  • 高置信度自动路由,低置信度升级
  • 这是最常见的生产接入方式