hvss commited on
Commit
c192738
·
verified ·
1 Parent(s): 954a4de

Link live demo Space

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -22,6 +22,8 @@ tags:
22
 
23
  > **Dispatch-7B, an agent orchestrator in 7B parameters — the tiny AI manager that runs a team of expensive AI workers.**
24
 
 
 
25
  Dispatch-7B is a fine-tuned **Mistral 7B Instruct v0.3** that acts as the **orchestrator** in an agentic system. It reads a user request plus a catalog of available tools and outputs a structured execution plan: which tool handles each step, in what order (as a dependency DAG), and which steps genuinely deserve escalation to a frontier model.
26
 
27
  **Small model as the boss. Big models as the workers.**
 
22
 
23
  > **Dispatch-7B, an agent orchestrator in 7B parameters — the tiny AI manager that runs a team of expensive AI workers.**
24
 
25
+ 🎬 **[Watch it route work live →](https://huggingface.co/spaces/hvss/dispatch-7b-demo)**
26
+
27
  Dispatch-7B is a fine-tuned **Mistral 7B Instruct v0.3** that acts as the **orchestrator** in an agentic system. It reads a user request plus a catalog of available tools and outputs a structured execution plan: which tool handles each step, in what order (as a dependency DAG), and which steps genuinely deserve escalation to a frontier model.
28
 
29
  **Small model as the boss. Big models as the workers.**