Skip to content

Claude/busy cray y64l y#51

Open
kurdim12 wants to merge 7 commits into
Alibaba-Quark:mainfrom
kurdim12:claude/busy-cray-Y64lY
Open

Claude/busy cray y64l y#51
kurdim12 wants to merge 7 commits into
Alibaba-Quark:mainfrom
kurdim12:claude/busy-cray-Y64lY

Conversation

@kurdim12

Copy link
Copy Markdown

No description provided.

claude and others added 7 commits May 24, 2026 14:21
Apply the Lynk & Co Jordan identity to the avatar generation web UI:
dark theme with the signature green accent, a styled text logo header
and footer, and English-only labels (previously bilingual). Brand
strings are centralized in constants at the top of the file for easy
re-skinning.

https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Dockerfile, startup script, and README to deploy the branded Avatar
Studio on a single 80GB GPU (A100/H100) for clip-from-audio generation
at a live event booth. Weights download once to a persistent volume;
FP8 and torch.compile are configurable via env vars. Includes a live
event checklist (pre-warm, fallback) and notes for fronting with
Cloudflare Pages.

https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
A branded Lynk & Co Jordan voice agent built on the OpenAI Realtime API
over WebRTC, with a Cloudflare Worker minting ephemeral session tokens so
the API key stays server-side. Auto-detects Arabic/English, answers car
questions from an editable knowledge base, and refuses to invent specs.
Assistant audio is captured client-side as the integration point for a
later avatar rendering phase.

https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Run the entire Lynk & Co experience on any machine (no GPU) via a single
docker-compose: a Python gateway mirrors the Cloudflare Worker (serves the
branded UI, mints OpenAI Realtime tokens, proxies /generate), and an avatar
service returns a placeholder clip in mock mode. The frontend now records
each spoken assistant turn and sends it through /generate, exercising the
real voice->avatar handoff end to end. Brand knowledge moves to a shared
knowledge.md read by both the gateway and the Worker. Swapping the avatar
from mock to the real RunPod GPU model is a single env flag.

https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Replace placeholders with researched Lynk & Co content: brand background,
and specs for the 900 (flagship 6-seat PHEV SUV), 08 (mid-size PHEV SUV),
and 06 (subcompact SUV), plus the likely Jordan dealer contact. Specs are
sourced; prices and exact Jordan availability are explicitly marked to
verify, preserving the agent's no-fabrication rule.

https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Document where the OpenAI key goes for local runs (gitignored .env),
so secrets stay on the developer's machine and out of the repo.

https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants