Releases: sumitaich1998/slavex
Releases · sumitaich1998/slavex
v0.2.0 — Open-source brain + VR/MR on Quest 3
Highlights
- Open-source brain —
cursor-agentreplaced by slave-agent: a provider-agnostic, OpenAI-compatible LLM client (OpenAI, Anthropic, OpenRouter, Groq, Ollama, or any custom endpoint). Bring your own API key at startup; deterministic offline fallback when no key is set. - VR + Mixed Reality on Quest 3 (WebXR) — VR drops you into the virtual apartment (teleport + snap-turn, tracked controllers); MR uses passthrough to place the man in your real room via hit-test + anchors. VR/MR toggle, in-headset command panel, system keyboard, and voice where supported.
- BYO-key settings screen — provider/model presets, key show/hide, connection test, advanced base-URL/proxy, offline mode.
- 951 motion skills bundled for the browser (
public/skills.json) with a progressive-disclosure loader that keeps prompts bounded. - Public docs + OSS scaffolding —
ARCHITECTURE.md,docs/guides (incl. the Quest 3 VR/MR guide), MIT license, contributing guide, CI, and a vitest test suite.
Full details in CHANGELOG.md.
v0.1.0 — The original PC release
The original PC release of slavex.
- Voice/text-controlled humanoid in a furnished Three.js apartment
- LLM brain composing ~950 reusable agent-skills (no hardcoded commands)
- Two switchable bodies: precise mannequin + photoreal Ready Player Me human (retargeted)
- Motion engine: mesh collision + A* doorway pathfinding, posture state-machine, grounding & surfaces (sit/lie/stand-on), procedural walk cycle, state memory
Superseded by v0.2.0 (open-source slave-agent + WebXR VR/MR).