Model And Skill Router

Classify an incoming task by intent, difficulty and risk in three parallel calls to a keyless classifier, then route it to a cheap model, a strong model, a named skill or the user, from a routing table you maintain instead of a prompt. Use when deciding which model or skill should take a request, when someone says "route this", "which model should handle this" or "pick the right skill", or when a queue of tasks should not all get the same treatment.

mrmps Updated

File contents

mrmps/classifier-dev/tree/main/skills/model-and-skill-router commit 2adf3aa626

Frequently asked questions

npx skillmds@latest add mrmps/model-and-skill-router