The cockpit.
In detail.
Team-X is split into five surfaces: the org chart you build, the cockpit you watch the team operate from, the intelligence layer that keeps the company honest, the command palette you steer everything with, and the privacy posture that ties it all to your machine. This page walks each one. Skip to download if you'd rather see it running.
Hire from a real role library. Build a real org chart.
Open the hire dialog with H, search the role catalog, click hire. The new agent lands in the org chart with their default reporting line. Drag them to a new manager. Promote them. Fire them. The chart is the source of truth: who reports to whom, who is allowed to assign work to whom, who can call all-hands. Multi-company workspace lets you run several AI orgs side by side, each with its own employees, goals, settings, and audit log.
- 57 hand-written role specs, six hierarchy levels, signed pack with SHA256 verification.
- Drag-to-rearrange reporting lines, no rebuild required.
- Multi-company workspace with per-workspace audit log, settings, and provider keys.
- Browse all 57 roles →
Five dashboard subviews. One source of truth.
The cockpit is where you watch the company in motion. Five subviews, all reading from the same event bus:
- Cards: every active employee, live token stream, current task, current model.
- Timeline: append-only event feed, filterable by actor, type, date range.
- Stream: raw LLM output across all turns, color-coded by employee.
- Floor: grid layout showing every employee's status at a glance, optimized for second monitors.
- Org: the live org chart with status pulses on every node.
Tickets file via T, get auto-assigned by the role-fit scorer, and slide through the 4-column kanban (Open / In Progress / Blocked / Done) as the orchestrator dispatches. Goals and projects sit above tickets with visual progress indicators. Schedule pulls everything onto a calendar with manual tasks, automatic ticket due dates, project targets, and assigned-agent wakeups in one view.
Token streams are not a debug surface. They are the surface. - Team-X README
RAG-grounded turns. Proactive Copilot.
Every agent turn is augmented with retrieved context from messages, vault files, and prior
decisions via the @team-x/intelligence package. SQLite-vec embeddings, token-aware
chunking with overlap, cosine-threshold gating, SHA256-deduplicated attribution blocks. The
agent doesn't have to remember; the runtime remembers for it.
The agentic loop runs ReAct-style with hard step (8), token (8,000), and wall-clock (120s) budgets, all configurable. Six read-only query tools (employees, tickets, projects, meetings, vault, events) for the read-side. Three write-side tools (decompose project, delegate subtask, review deliverable) gated behind an amber confirmation gate so no ticket is ever created without your nod.
On a 5-minute cadence (or earlier on event triggers like meeting.ended or
ticket.closed), the Copilot service asks "what's wrong with this company right now?"
and surfaces insights across operational, cost, org, workflow, and anomaly categories. Three
severity levels. Click an insight to act on it through the same destructive-action gate as the palette.
Cmd+K. Then say what you want.
Hire, fire, promote, assign, create ticket, close ticket, reopen, project, goal, meeting,
status, navigation, vault search, plus a complex_request fallback that hands off
to the agentic loop. The palette is LLM-backed with JSON-output retry, fuzzy entity resolution,
FTS5 ticket lookup, and a destructive-action confirmation gate that you cannot click past
without reading.
- Cmd+K: command palette (read + write)
- Cmd+Shift+K: ask the Copilot directly (free-form)
- H / T / M: hire / new ticket / new meeting (single-letter shortcuts)
- Last-20 command history, persistent across sessions
Examples that work: hire a senior product designer reporting to Jen,
close TKT-218 with a comment thanking RV,
summarize what the CEO did this week,
which provider is costing me the most this month. The free-form ones route through the
agentic loop and stream the step log inline.
That's the product.
Same shape end-to-end. Local-first, MIT, no telemetry. Ship it on your machine and watch it run a company.