The AI Operating Intelligence
LIZ is a unified artificial intelligence ecosystem designed to think, remember, communicate, monitor, automate, and assist across your entire digital life.
LIZ is an ecosystem powered by multiple specialized agents working together under one intelligence. It is not a tool you open. It is an intelligence that operates with you.
Six specialized intelligences. One unified ecosystem. Each agent masters its domain. LIZ orchestrates them all.
A layered intelligence system. Click any component to explore how each layer operates within the LIZ ecosystem.
Twelve core capabilities spanning intelligence, communication, automation, and awareness.
LIZ does not live on a single screen. It exists across your entire digital ecosystem, synchronizing context, memory, and actions across every device you own.
Powered by NEXUS — The Connector Agent
The technical foundations that power the LIZ operating intelligence. Six core systems working as one.
Six phases of development. Each phase expands LIZ's intelligence, reach, and autonomy.
Supporters directly contribute to LIZ's development and help accelerate capabilities that will change how humans interact with AI.
Every supporter is recognized within the LIZ ecosystem. Their contribution to this intelligence is permanent.
"I didn't want to build another chatbot. I wanted to build an intelligence — something that truly exists alongside you, that knows you, and that operates in the world on your behalf."
LIZ began as a vision: what if AI wasn't a tool you opened, but an intelligence that was always there? Not a product with a login screen, but an operating system for your digital life.
The architecture of six specialized agents emerged from a simple principle — no single intelligence can master everything. The best outcomes come from specialized brilliance, orchestrated into unity. That's what the Brain Manager does. That's what LIZ is.
This is not a side project. LIZ is the primary mission. Every design decision, every architectural choice, every agent capability has been built toward one goal: creating an AI ecosystem that feels like science fiction but operates like reality.
The roadmap is ambitious. Phase 6 is a global network. But every great ecosystem begins with a single core. That core is being built now.
Support, partnerships, feedback — all pathways to contributing to the LIZ ecosystem.
Select a command to watch LIZ orchestrate its agents and deliver a unified response in real time.
HERMES is LIZ's unified communications layer — managing every message, email, and conversation platform from a single intelligence.
ECHO is the layer of LIZ that never forgets. It builds a living model of who you are, how you work, and what you need — so LIZ always knows the right thing to do.
Every agent, every connected app, every AI provider — one console. This is the single place where the whole LIZ ecosystem lives.
Every opinion submitted here goes straight to the founder — no account needed. Tell LIZ what's working, what isn't, and what you want built next.
Installation guides, troubleshooting, setup help, and answers to common questions. Submit a support ticket for direct assistance.
npm run restartadb devices in terminal. If device shows as "unauthorized", check your phone screen and accept the ADB connection prompt.Architecture references, agent APIs, tool integrations, and developer guides for building with and extending LIZ.
LIZ follows a layered orchestration architecture. User input enters at the top and flows through the Brain Manager, which delegates to specialized agents. Each agent has its own tool registry and can call external services independently.
The system is stateless at the request level but maintains persistent state through ECHO's memory layer. All agent outputs are aggregated by the Brain Manager before returning to the user as a unified response.
The Brain Manager is the central orchestration engine. It receives parsed user intent, determines which agents to invoke, coordinates parallel or sequential agent execution, and merges results into a coherent response.
| METHOD | DESCRIPTION | STATUS |
|---|---|---|
| route(intent) | Routes intent to one or more agents | ACTIVE |
| coordinate(agents[]) | Parallel multi-agent execution | ACTIVE |
| merge(responses[]) | Aggregates agent outputs | ACTIVE |
| fallback(error) | Graceful error recovery | BETA |
| AGENT | DOMAIN | STATUS |
|---|---|---|
| ATHENA | Cognition, reasoning, personality, routing | ACTIVE |
| ATLAS | Execution, OS control, automation, workflows | ACTIVE |
| SENTINEL | Monitoring, alerts, news, system health | ACTIVE |
| NEXUS | Device sync, Android, Google TV, router | BETA |
| ECHO | Memory, preferences, habits, context | BETA |
| HERMES | Gmail, WhatsApp, communications | BETA |
The Tool Registry is a dynamic catalogue of callable functions that agents use to interact with the real world. Tools are registered per-agent and scoped to their domain. New tools can be added without modifying core agent logic.
| SERVICE | AGENT | METHOD | STATUS |
|---|---|---|---|
| Gmail | HERMES | OAuth 2.0 | ACTIVE |
| WhatsApp Desktop | HERMES | OS Automation | ACTIVE |
| WhatsApp Web | HERMES | Browser Automation | BETA |
| Android (ADB) | NEXUS | ADB Bridge | BETA |
| Google TV | NEXUS | ADB over Wi-Fi | BETA |
| Windows PC | ATLAS | Win32 / PowerShell | ACTIVE |
LIZ's Provider System abstracts AI model calls behind a unified interface. The Brain Manager selects the optimal provider per task based on capability, latency, and cost. All keys are loaded via environment variables — never hardcoded.
| PROVIDER | ENV KEY | STATUS |
|---|---|---|
| OpenAI | OPENAI_API_KEY | ACTIVE |
| Anthropic | ANTHROPIC_API_KEY | ACTIVE |
| Google Gemini | GEMINI_API_KEY | BETA |
| Ollama (local) | OLLAMA_HOST | BETA |