+
    j‘Üi  ã                   ó"   € R t ^ RIHt R tR tR# )z Simple root and API index views.)ÚHttpResponsec                ó<   € Rp\        VP                  4       RR7      # )z&Home page with links to API and admin.aw  
    <!DOCTYPE html>
    <html>
    <head><title>Voice Agent Backend</title></head>
    <body style="font-family: sans-serif; max-width: 600px; margin: 2rem auto; padding: 0 1rem;">
        <h1>Voice Agent Backend</h1>
        <p>Django backend is running.</p>
        <ul>
            <li><a href="/api/">API index</a></li>
            <li><a href="/api/agents/">List agents</a></li>
            <li><a href="/admin/">Django admin</a></li>
        </ul>
        <p>Start a session: <code>POST /api/sessions/start/</code></p>
        <p>Get token: <code>GET /api/token/?room=...&identity=...</code></p>
    </body>
    </html>
    ú	text/html©Úcontent_type©r   Ústrip©ÚrequestÚhtmls   & Ú:E:\live-kit-agent\livekit_voicebot\backend\config\views.pyÚrootr      ó   € ð€Dô" ˜Ÿ
™
›°;Ô?Ð?ó    c                ó<   € Rp\        VP                  4       RR7      # )zAPI root with endpoint list.uæ  
    <!DOCTYPE html>
    <html>
    <head><title>Voice Agent API</title></head>
    <body style="font-family: sans-serif; max-width: 640px; margin: 2rem auto; padding: 0 1rem;">
        <h1>Voice Agent API</h1>
        <ul>
            <li><a href="/api/agents/">GET /api/agents/</a> â€” List agents</li>
            <li>POST /api/sessions/start/ â€” Start session (returns token, room_name, conversation_id)</li>
            <li>GET /api/token/?room=...&identity=... â€” Get LiveKit token</li>
            <li>GET /api/conversations/&lt;id&gt;/transcript/ â€” Get transcript</li>
            <li>GET /api/agents/&lt;name&gt;/config/ â€” Agent config</li>
        </ul>
        <p><a href="/">Back to home</a></p>
    </body>
    </html>
    r   r   r   r	   s   & r   Ú	api_indexr      r   r   N)Ú__doc__Údjango.httpr   r   r   © r   r   Ú<module>r      s   ðÙ &Ý $ò@ô,@r   