Releases: AliceLJY/etwin-bot
Releases · AliceLJY/etwin-bot
v0.1.0 — E-Twin: personal digital clone bot on Telegram
What this is
Personal E-Twin (digital clone) Telegram bot. A 1:1 instantiation of digital-clone-skill as a runnable bot.
Architecture
Two parallel twin instances run on the Mac mini:
- CC twin — Claude Code backend
- Codex twin — Codex SDK backend
Both speak in the owner's voice (extracted from corpus), with separate tuning/decision/reply prompt files per backend (cc-tuning.md / codex-tuning.md / reply-cc.md / reply-codex.md).
Highlights
- Twin image routing (image gen invitations routed to the right backend)
- Heartbeat monitor with auto-restart
- Text timeout + error reply robustness
- Standalone launchd service on Mac mini
Status
PoC running 24/7 on Mac mini for personal use. Not a generic chatbot framework — the prompts are tailored to one specific corpus / person. If you fork it, expect to rewrite all the .md prompt files.