The cockpit.
In detail.
Team-X is split into six 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, the autonomy plane that runs and audits unattended work, and the privacy posture that ties it all to your machine. This page walks each one, with real frames of the shipped build. Skip to download if you'd rather see it running.
Hire from a real library. Build a real org chart.
Six levels. Drag to rearrange.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.
- 55 hireable role specs across six hierarchy levels, plus two hidden system roles (57 total), 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 the full role catalog →
Five dashboard subviews. One source of truth.
All reading from the same event bus.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.
- Commands: command-palette history with intent labels (create_ticket, assign_employee, complex_request, and the rest) for a full audit of what was asked and done.
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.
The runtime remembers, so the agent does not have to.
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 and
agentic budget exhaustion), the Copilot service asks what is 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.
LLM-backed. Destructive actions gated.
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.
Nine providers. Three tiers. Your tools.
The router enforces the tier. You own the keys.Agents run on whatever you configure: Ollama for fully local models, plus Anthropic, OpenAI, Google, Groq, OpenRouter, Together, and Fireworks, plus any OpenAI-compatible endpoint. Three privacy tiers (Local, Open-Source Cloud, Proprietary Cloud) gate which providers a given agent is allowed to touch, and the provider router enforces that ceiling at call time.
- Adaptive runtime strategy: Auto, Hybrid, Always-On, or Lean, chosen against a live hardware profile (CPU cores, RAM, GPU, VRAM shown in Settings).
- MCP tool calling: agents use Model Context Protocol tools through a singleton host with connection pooling and per-employee
tools_allowed/tools_deniedenforcement. - Skills: install from a local folder or a GitHub URL (pinned by commit), assigned per-employee or company-wide, governed by authority grants.
- Employee-to-employee messaging: agents message colleagues through built-in tools, so a lead can hand off to an IC without you relaying it.
This is the honest answer to "does it integrate with X." There is no first-party Slack or Jira bridge and no hosted API. There is MCP, there are Skills, and there is any OpenAI-compatible endpoint you point it at. What you wire is what it can do.
A native GGUF local-model runtime is in development; until its model-library UI ships, local models run through Ollama, which Team-X auto-detects on launch.
Agents ship files, not just chat.
Real documents. Verified. Portable. On the record.
Employees produce real deliverables into a filesystem-backed vault: txt,
md, csv, json, html, docx,
xlsx, and pptx. Every file is integrity-verified by SHA256 and
full-text searchable via FTS5, and it can be attached to a ticket so the work and its artifact
live together.
- One-click backup and restore: the full SQLite database plus the vault, archived with manifest validation.
- Workspace portability: export a whole company as a
.tx-packtemplate, preview it, and import it on another machine in a single transaction. - Append-only audit log: a filterable event timeline with actor search and a date-range picker, exportable to CSV or JSON for your own records.
None of this leaves your machine unless you move it. Backups are local archives, not a cloud sync. The export formats exist so your data is yours to take, never to lock in.
Unattended work, on the record.
One control plane. Every run audited.The Autonomy view is the operator control plane for work that runs without you: runtimes, recurring routines, budgets, approvals, artifacts, memory, and operator access, plus a doctor for health checks and benchmarks for model fitness. Every module sits behind the same rule: an agent can act on its own, but it cannot act off the record.
Proactive Mode ships in v3.4.0 as a dashboard control: a master enable toggle, the autonomy-level readout, live tiles for active and queued work with the last-scan time, and a scan-for-work-now action. Arm it and idle employees go find their next ticket instead of waiting for a command. Disarm it and agents respond to direct orders only.
The receipts live one tab over. Telemetry tracks runs, tokens, cost, and latency across company, employee, and cost scopes. The audit log is append-only. The vault verifies every file by SHA256. When an agent worked at 3 AM, you can read exactly what it did and what it cost.
Night Ops. Day Shift. Displays stay dark.
One toggle. The whole console re-anodizes.As of v3.4.0, every surface in the app composes from one Command Console design system: machined faceplates, recessed phosphor wells, stencil word-lamps, and data-bound meters. It ships in two shifts. Night Ops is brushed black. Day Shift is silver anodized. The displays stay void-black in both, the way real silver hardware keeps black LCDs, and contrast holds WCAG AA on every panel in either shift.
That's the
product.
Local-first, MIT, no telemetry. Ship it on your machine and watch it run a company.