A
APEX v3.2
HUB-SATELLITE ยท 11โ†’42 AGENTS ยท COPPA-GRADE
11 LAUNCHHUB+SATFREE VOICENO HWCOPPA
๐ŸŽ“ Start Learning๐Ÿ“‹ Parent Dashboard๐Ÿ  Command๐Ÿ—๏ธ Architecture๐Ÿค– 11โ†’42 Agents๐Ÿ’ฐ Compounder๐Ÿ”€ HybridFlow๐Ÿ›ก๏ธ Socratic Gate๐Ÿง  3-Layer Memory๐Ÿ—“๏ธ 9 Phasesโš–๏ธ Safety/Legal๐Ÿ’ต Costs๐Ÿง  Second Brain๐Ÿ‘ฅ Friends๐Ÿ“… Calendar๐Ÿ† Achievements๐Ÿ“– Timeline๐Ÿ“Š Year Review
Hub-and-satellites: Pi speakers handle voice ingress with local fallback. Home server runs orchestration, inference, memory, and portal. Chromebook PWA is the primary learning UI.
Pi Satellite (per child)
OpenWakeWord (custom wake)Vosk STT (child-tuned)Kokoro-82M TTST0/T1 local LLM fallbackLAN client to hub
Home Server (hub)
router-rs (Rust Tokio)orchestrator-go (32 agents)policy-go (Guardian)scheduler-go (SM-2 cron)memory-go (Second Brain)llama-server (C++, T2)Neo4j (graph)Postgres/SQLite (events)Obsidian vault syncNext.js portalOpenMAIC forkActix-web (parent portal)
Chromebook PWA
Next.js (SSR/CSR)WebSocket/WebRTCBevy WebAssembly simsOpenMAIC classroom UITouch-friendly child UX
WHY THIS SPLIT
Low latency + resilience on each child device. Heavy reasoning on stronger hardware. One shared family memory graph. One parent control plane. Matches Pi 5 capabilities, llama.cpp local-serving strengths, and practical separation between voice ingress and multi-agent orchestration.