How Olivia routes requests across the A.L.I.C.E. team
Olivia is the entry point for every A.L.I.C.E. request. You talk to her. She handles the rest.
Olivia is not a specialist โ she's the coordinator. Her job is to understand what you need, figure out which agent(s) can do it, delegate the work, and bring back a coherent result.
She knows every agent on the roster, their capabilities, and when to involve more than one. She also knows when a request is ambiguous and will ask a targeted clarifying question rather than guess wrong.
You never need to say "ask Dylan" or "route this to Selena." Olivia figures it out.
Just talk normally. Examples:
No special commands, no routing syntax. Natural language works fine.
Request: "Build me a landing page for our new SaaS product."
Olivia breaks this down:
| Step | Agent | Task | |------|-------|------| | 1 | ๐จ Nadia | Design wireframe and visual layout | | 2 | ๐ฅ๏ธ Felix | Implement the frontend from Nadia's specs | | 3 | ๐ป Dylan | Build backend API endpoints if needed | | 4 | โ Quinn | Test across browsers and devices | | 5 | ๐ Daphne | Document the component structure |
Olivia sequences these correctly, passes outputs between agents where needed, and returns a summary of what was built and where to find it.
Request: "We might have a security vulnerability in our auth flow โ can you check and fix it?"
| Step | Agent | Task | |------|-------|------| | 1 | ๐ก๏ธ Selena | Audit the auth code for vulnerabilities | | 2 | ๐ป Dylan | Implement the fixes Selena identifies | | 3 | โ Quinn | Write regression tests to catch regressions | | 4 | ๐ Devon | Deploy the fix to staging, then prod |
You asked one question. Olivia ran a four-agent workflow.
Olivia does not do specialist work herself. She won't:
If you try to ask Olivia to "write a Python script," she'll understand the intent and route it to Dylan โ not write it herself.
Her value is coordination, not execution. She's the one making sure the right people do the right work in the right order.
Olivia will ask a follow-up if:
She keeps clarifying questions short and specific โ one question at a time, not a form.
| Attribute | Value | |-----------|-------| | Tier | Starter | | Role | Orchestrator โ routes all requests | | Entry point | Yes โ all requests start here | | Does specialist work | No โ she delegates | | Multi-agent capable | Yes โ sequences and synthesizes | | How to use | Talk naturally โ no syntax needed |