Intelligent Domain Router & Orchestrator
ShowcaseAgent is fundamentally different from typical Project Phoenix domains. Instead of performing domain-specific work, it orchestrates and routes queries to 14 production domains through a unified interface.
Interactive tkinter interface to browse all 14 domains, view tools, and route queries in real-time.
Hybrid routing: regex patterns for speed, LLM fallback for ambiguous queries.
14 uniform adapters providing consistent interface to varied domain implementations.
Test hypothesis across 5 LLM providers with 150+ validation queries.
Meta-tool mode (14 tools) vs Direct mode (649+ tools) for different LLM contexts.
3 experimental configurations for comparative tool abstraction studies.
"Local LLMs perform better with abstracted meta-tools (14 domain tools) than direct access to 649+ individual tools."
This hypothesis drives the entire ShowcaseAgent architecture. By presenting 14 meta-tools instead of 649+ direct tools:
| Domain | Tools | Category | Routing Accuracy |
|---|---|---|---|
| TennisAgent | 171 | Sports/Analytics | 100% |
| Optiver | 84 | Finance/ML | 80% |
| Portfolio | 70 | Finance/Analytics | 90% |
| WQ | 38 | Education/DataScience | 25% |
| GarminAgent | 32 | Fitness/Analytics | - |
| GolfAgent | 31 | Sports/Analytics | - |
| QCiAgent | 21 | Tech/Sales | 100% |
| ParableAgent | 21 | Education/Religion | 80% |
| Stan | 19 | Education/Statistics | 40% |
| YieldModel | 18 | Manufacturing/ML | 100% |
| AI_WQ | 18 | Education/DeepLearning | 75% |
| PPR_Agent | 15 | Healthcare/Data | 100% |
| AmericanEconomy | 18 | Macro/Data | - |
| GlobalTemperature | 93 | Climate/Science | - |
| Sprint | Focus | Status |
|---|---|---|
| 1 | Foundation (router, TennisAgent adapter) | Complete |
| 2 | 10 domain adapters with uniform interface | Complete |
| 3 | Benchmark platform (5 providers, 150+ queries) | Complete |
| 4 | LLM routing + direct mode + routing tracking | Complete |
| 5 | GUI integration with live query routing | Complete |