Product · The Cockpit, In Detail

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.

ORG
57 ROLES
Six levels · signed
COCKPIT
05 VIEWS
Kanban · timeline · more
INTEL
ReAct
Budgeted · grounded
PALETTE
14 INTENT
Cmd+K · amber gate
MOD · THE ORG · 01 S/N · TX-ORG-0001

Hire from a real library. Build a real org chart.

Six levels. Drag to rearrange.
Levels 6 Roles 57 Pack strategia-official

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 →
MOD · THE COCKPIT · 02 S/N · TX-COCKPIT-0002

Five dashboard subviews. One source of truth.

All reading from the same event bus.
Subviews 5 Ticker 1.2 Hz Kanban 4-col

The cockpit is where you watch the company in motion. Five subviews, all reading from the same event bus:

  1. Cards: every active employee, live token stream, current task, current model.
  2. Timeline: append-only event feed, filterable by actor, type, date range.
  3. Stream: raw LLM output across all turns, color-coded by employee.
  4. Floor: grid layout showing every employee's status at a glance, optimized for second monitors.
  5. 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.

REAL FRAME · MISSION CONTROL · NIGHT OPS CAP · V3.4.0
Team-X dashboard in Night Ops: Mission Control panel with agent runs, employee queues, and six KPI wells showing live runs, external runtimes, workforce active, queue pressure, blocked work, and today's cost
Mission Control on the live dashboard. Agent runs, employee queues, and six data-bound KPI wells, captured from the shipped build running the Strategia-X demo workspace.
Token streams are not a debug surface. They are the surface. - Team-X README
MOD · INTELLIGENCE · 03 S/N · TX-INTEL-0003

RAG-grounded turns. Proactive Copilot.

The runtime remembers, so the agent does not have to.
Loop ReAct Budget 8 / 8000 / 120s Tick 5 min

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.

MOD · COMMAND PALETTE · 04 S/N · TX-PALETTE-0004

Cmd+K. Then say what you want.

LLM-backed. Destructive actions gated.
Intents 14 Gate Amber History Last-20

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.

MOD · RUNTIME & EXTENSIONS · 05 S/N · TX-RUNTIME-0005

Nine providers. Three tiers. Your tools.

The router enforces the tier. You own the keys.
Providers 9 Tiers 3 Strategy Adaptive

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_denied enforcement.
  • 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.

MOD · SHIP-READY OUTPUT · 06 S/N · TX-OUTPUT-0006

Agents ship files, not just chat.

Real documents. Verified. Portable. On the record.
Vault SHA256 Formats 8 Export CSV / JSON

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-pack template, 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.

MOD · AUTONOMY & OPS · 07 S/N · TX-AUTON-0007

Unattended work, on the record.

One control plane. Every run audited.
Modules 10 Proactive New in v3.4.0 Audit Append-only

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.

REAL FRAME · AUTONOMY · NIGHT OPS CAP · V3.4.0
Team-X Autonomy view: operator control plane with operators, owners, sharing mode, and governance readouts, and a scope rail covering doctor, benchmarks, improve, runtimes, routines, budgets, approvals, artifacts, memory, and access
The operator control plane. Ten modules from doctor to operator access, with governance readouts on phosphor LCDs.
DETAIL · PROACTIVE MODE NEW · V3.4.0
The Proactive Mode panel on the Team-X dashboard: a master enable toggle, the autonomy level readout set to Balanced, and a standby well prompting to enable proactive mode

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.

REAL FRAME · TELEMETRY · NIGHT OPS CAP · V3.4.0
Team-X Telemetry view: analytics command surface with runs, tokens, cost, and latency LCD readouts, plus scope switching across company, employees, and cost, and run-kind filters for work, agentic, and copilot
Telemetry. Runs, tokens, cost, and latency on live LCDs, filterable by scope and run kind without leaving the shell.
MOD · TWO SHIFTS · 08 S/N · TX-SHIFT-0008

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.

NIGHT OPS · DEFAULT SHIFT 01
Team-X Mission Control in Night Ops: brushed black chassis with phosphor green and armed red readouts
Night Ops. Brushed black chassis.
DAY SHIFT · SILVER SHIFT 02
The same Team-X Mission Control view in Day Shift: silver anodized chassis while every LCD, meter, and lamp well stays void-black
Day Shift. Same frame, silver anodized. Every display well stays dark.
ENGAGE · THAT IS THE PRODUCT S/N · TX-ENGAGE-v3.4.0
§ Same shape end to end

That's the
product.

Local-first, MIT, no telemetry. Ship it on your machine and watch it run a company.