CoolFace
Apppublic

DGXAI/driftcall

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
index.html35 linesDownload Raw Back to site
1<!doctype html>2<html lang="en">3  <head>4    <meta charset="UTF-8" />5    <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%230a0a0c'/%3E%3Ctext x='16' y='22' font-family='Georgia,serif' font-style='italic' font-size='20' fill='%23ff7a17' text-anchor='middle'%3ED%3C/text%3E%3C/svg%3E" />6    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />7 8    <title>DriftCall — Voice Concierge under Schema Drift</title>9    <meta10      name="description"11      content="An OpenEnv-compliant RL environment where a voice-first Indic concierge agent must complete real tasks while vendor APIs drift mid-episode."12    />13    <meta name="theme-color" content="#0a0a0c" />14 15    <meta property="og:title" content="DriftCall" />16    <meta property="og:description" content="Voice concierge under schema drift. Five reward components, no LLM judges, deterministic." />17    <meta property="og:type" content="website" />18 19    <!-- Fonts: Instrument Serif (display, italic-forward) + Geist (body) +20         Geist Mono (data) + Tiro Devanagari Hindi (decorative watermark). -->21    <link rel="preconnect" href="https://fonts.googleapis.com" />22    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />23    <link24      href="https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@300;400;500&family=Instrument+Serif:ital@0;1&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap"25      rel="stylesheet"26    />27    <script type="module" crossorigin src="/assets/index-D7bqscQM.js"></script>28    <link rel="stylesheet" crossorigin href="/assets/index-BojZowtY.css">29  </head>30 31  <body>32    <div id="root"></div>33  </body>34</html>35