Alcove
The room inside the Haven. A dual-persona voice framework for Reachy Mini. Two voices, one robot, one continuous conversation. Yours to personalize.
The pattern
Every capability inside Alcove lives here. Two personas share one session. The topic is passed like a baton.
- You Question about the first domain.
- Persona A Answers, using the tools they have.
- You Question about the second domain.
- Persona A "Let me hand you to Persona B for that."
- Signature move. The voice shifts. The seam.
- Persona B Picks up the thread. Different voice, different tools, same conversation.
What's in the box
A working repertoire — the framework, the tools, and the packaging patterns that took months to get right. Yours from day one.
Handoff engine
The dual-persona pattern with response-cancel-before-create, so the incoming persona actually gets to speak.
Signature moves
Each persona configures a dance from the Reachy Mini library — the visible cue that the handoff happened.
Vision
A camera tool wired into the OpenAI Realtime image input. Point the robot at the world, ask about it.
Live web
A Tavily-powered search tool, so your personas ground their answers in current information.
Motion & emotion
Dance, head movement, head tracking, and the emotion library — the full Reachy expressive kit.
Deploy patterns
Runtime.env for secrets, headless-mode fixes, fast-shutdown, package-data hygiene — the deployment battles fought and filed.
Whoever this is, they take the first question. Answer in their domain, use their tools, hand off when the topic changes hands.
- Voice
- Any OpenAI Realtime voice
- Move
- Any move from the dances library
- You write
- nameinstructionstoolsvoicemove
Whoever this is, they pick up the thread. Different voice, different tools, same continuous conversation.
- Voice
- Any Realtime voice — pick a contrast
- Move
- Any move — visibly different from Slot A
- You write
- nameinstructionstoolsvoicemove
Fork it
Five steps from clone to a robot in your voice.
-
i.
Fork this Space
Click the three-dot menu at the top of this page and choose Duplicate this Space. You'll get your own private copy under your account.
-
ii.
Rename the two profiles
Inside
profiles/, renamepersona_aandpersona_bto whoever your two characters are. -
iii.
Write the instructions
Each persona's
instructions.txtis where you write who they are, how they speak, what they know, and when they hand off. This is the whole personality layer. -
iv.
Pick voices and moves
Each persona's
voice.txtchooses a voice from OpenAI Realtime. Each has a signature move from Pollen's dances library, configured inpersona_manager.py. -
v.
Install on your Reachy Mini
From the Discover Apps panel on the robot — or run the command:
reachy-mini-app-assistant install your-username/your-fork
Alcove was extracted from Haven Kitchen — my private dual-persona kitchen companion. Haven stays closed; Alcove is the framework underneath, given away.
Take it, fork it, make it yours.