init: oxagenttwo — voice chat with local qwen3 (Ollama) + OpenRouter, Whisper STT, Piper TTS (Thorsten), sessions, thinking mode

This commit is contained in:
Jeuner 2026-08-26 16:26:51 +02:00
commit 752198c5fa
26 changed files with 7690 additions and 0 deletions

12
web/index.html Normal file
View file

@ -0,0 +1,12 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>oxagenttwo — local qwen3 chat</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>