Five personas, one brain
The household runs on five distinct AI agents — one per family member — sharing a single tool layer but with separate identities, memory, and permissions. A parent agent has full administrative reach; the kids’ agents are sandboxed, age-tuned, and never expose each other’s conversations. Each agent is a system prompt plus a registered set of tools; tool calls are dispatched in a single round and return plain strings, which keeps the behavior legible and easy to debug.
- Per-member identity + memory, shared tool registry
- Allowlist routing — the robot knows who it is talking to
- Capability scoping by role (admin vs. kid-safe)