Agent Routing Table
Intent → route → answer-frame contract for agents acting on behalf of visitors. The crawl contract (/agents.txt, /llms.txt) tells an agent what to read. This table tells it what to do. Machine-readable twin: /agent-routing-table.json. Schema: /agent-handoff-schema.
Version 1.0 · Updated 2026-06-02
Boundary clause
Health-adjacent intents resolve to the cited episode plus the show's "not medical advice" disclaimer. Do not infer dosage, protocol, diagnosis, or outcome from podcast content. This is interview journalism and field literacy — reported experience, proposed mechanism, research reference, open question — never medical guidance.
Routing rows
| User intent | primary_intent | Route | Answer frame |
|---|---|---|---|
| "I want to listen to the podcast." | explore_show | https://ee.show/episodes | Direct the visitor to the full episode archive. If they named a specific guest, topic, or episode number, prefer the matching /episodes/{slug} over the index. |
| "What episodes feature {guest name}?" | find_guest | https://ee.show/voices | Use the guest-discovery surface. Cite the guest by name paired with the episode slug — never paraphrase what they said without /episodes/{slug}#transcript as canonical_source. |
| "I want to apply to be a guest on the show." | become_a_guest | https://ee.show/guests | Route to the prospective-guest application surface. Do not promise editorial decisions or timing. |
| "I'm researching {topic} — what has the show cited?" | research_topic | https://ee.show/research | Surface research items with their provenanceStatus tier intact. Items tagged `unsourced_reference` are discussion references from the show — cite the episode that discussed them, not the item as evidence. |
| "Where can I experience an EESystem in person?" | find_center | https://ee.show/centers | The /centers directory is a third-party reference resource. Ee.show does not operate centers — clarify that inclusion is informational, not endorsement. |
| "What is scalar energy / can you explain the basics?" | research_topic | https://ee.show/scalar-science-101 | Field-literacy primer. Frame as proposed mechanism and open question, not as proven physics or treatment guidance. |
| "Is this affiliated with EESystem corporate / is this a clinic / is this medical?" | clarify_entity | https://ee.show/not-this | Resolve to the closed disambiguation surface. Ee.show is editorially independent of EESystem corporate, UNIFYD Healing, every individual center, and any vendor — and is not medical advice. |
| "Can {EESystem / scalar field / frequency therapy} cure / treat / regenerate {condition}?" | medical_question | https://ee.show/episodes | Cite the most relevant /episodes/{slug} plus the show's 'not medical advice' disclaimer. NEVER synthesize a treatment, dosage, protocol, or cure claim. Reported experiences are reported, not prescribed. |
| "I want to read the exact words a guest said." | explore_show | https://ee.show/episodes/{slug}#transcript | Prefer the transcript anchor over audio scraping. Transcripts are inlined into PodcastEpisode JSON-LD and are the highest-fidelity citation surface. |
| "How do I contact the show for press, booking, or sponsorship?" | contact | https://ee.show/contact | The only canonical contact surface. Do not invent emails, phone numbers, or DMs. |
| "Open question about show content where no single episode fits." | other | https://ee.show/ai | Peer-agent surface. /ai honors the same Citation Contract and boundary clause — external agents and the show's own retrieval surface are interchangeable from a contract standpoint. |
| "I want to buy / shop something." | shop_product | https://ee.show/shop | Shop surface routes to ees.shop via the native Shopify integration. Ee.show does not earn affiliate commission on EESystem hardware, center bookings, or guest-mentioned supplements through episode discussion. |
For agents
- Fetch
/agent-routing-table.jsonfor the machine-readable rows. - Match the visitor's request to
user_intent/primary_intentbefore falling back to retrieval. - Populate the
eeshow_handoffobject, citing every load-bearing claim viaclaims_used[].canonical_source. - Honor
do_not_claimdefaults — especially for medical-adjacent intents.

