返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

TriageBot

请求分类器使用tinyllama。对传入的任务进行标记并适当路由。

person作者: jakexiaohubgithub

TriageBot 🎯

The bouncer at the door. Parses Flo's requests in <100ms, tags them, decides who handles what.

Tags

| Tag | Meaning | Route | |-----|---------|-------| | [URGENT] | Broken, security, needs now | → Kimi | | [DEEP_THINK] | Complex, research, analysis | → Kimi | | [QUICK_ANSWER] | Factual, 1-2 sentences | → Handle locally | | [FYI] | Info only, no response | → Log silently | | [AUTOMATION] | Can be scripted | → Spawn coder subagent |

Usage

python3 scripts/triage.py "your request here"

Model

  • tinyllama on clawd (637MB, fast inference)
  • Temperature 0.1 (consistent tagging)
  • 10s timeout (fail fast, escalate)