TriageBot

Request classifier using tinyllama. Tags incoming tasks and routes them appropriately.

notabanker a4e0bc4 2 files · 3.3 KB Updated

File contents

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)

notabanker/codexclawd/tree/main/skills/triagebot commit a4e0bc4b55

Frequently asked questions

npx skillmds@latest add notabanker/triagebot