-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Dominic edited this page Jul 10, 2026
·
2 revisions
This is not a chatbot. Warden is an autonomous agent system. The model you're talking to is the orchestrator; it has tools, sub-agents, and filesystem access. It responds best to actionable requests — things you want done, not things you want to talk about.
| Page | What it covers |
|---|---|
| Not a Chatbot | The mental model: chatbot vs. agent asks, the five principles |
| The Agents | The orchestrator and every specialist sub-agent |
| Asking Atlas | Delegation patterns, background jobs, supervision |
| The Council | Three-seat deliberation for high-stakes decisions |
| Skills | Capture a workflow once, trigger it forever |
| Settings | Every option in the settings drawer |
| Dashboard Page Editor | Add dashboard views safely via the beta → live pipeline |
| Safety | The hard rules that keep you from getting burned |
- You talk to one assistant — the orchestrator. It rewrites your request into a precise brief and delegates to the right specialist (Atlas, Iris, Dexter, Byte, Artemis, The Council).
- Atlas runs in the background and is supervised: the orchestrator checks running jobs every 45 seconds, stops stuck or looping ones, and automatically retries failures with a reworked prompt.
- Be specific: include the file path, URL, or input data. Parallelize independent asks. Watch the verbose bar. Reserve The Council for consequential decisions.