mycelium_ask
Routes questions to answer simple lookups directly or escalate complex queries for investigation. Reduces model calls by handling routine data questions efficiently.
Instructions
Route a question and answer it if it does not need deliberation.
Start here for every question. Lookups ("who owns X", "is X fresh", "what columns does X
have") come back answered, with zero model calls and no context spent. Anything genuinely
open-ended comes back marked for investigation, at which point use mycelium_forage.
If the router escalated because the entity was ambiguous, the reasons say so -- resolve that with the user before investigating, rather than investigating the wrong asset thoroughly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The user's question, in their own words. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||