应用产品

triage-bot

@TheEleventhAvatar1TypeScript更新于 2026-09-19

triage-bot 是一个实时支持分诊和回复机器人,Jev 将工单分配给相应专家 agent,并判断是否需要人工处理,Cerebras 根据选择的 agent 起草回复,脚本分别计时两次调用。

英文原文

Real-time support triage + response bot Jev routes the ticket to a specialist agent (general / account / billing / technical) and decides whether a human should take it instead — all as typed data, no text to parse. Cerebras then drafts the reply using whichever agent Jev picked. The script times both calls separately so you can see the split.

TheEleventhAvatar/triage-bot

它在哪儿调用了 Jev

// Thin client for TypeSafe AI's Jev (POST /v1/systemone).

src/jev.ts:1

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

这个项目没法在这儿跑

它的 question 组合是运行时拼出来的,或者代码里没有直接写出来,所以没法原样搬过来。源码链接在上面,可以自己去看。

同类的其他项目