{% extends "web/base.html" %} {% block title %}tcx Dashboard{% endblock %} {% block page_label %}Dashboard{% endblock %} {% block content %}
Harness-first dashboard

TradingCodex harness

Workspace, agent topology, policy posture, and recent runtime state.

Starter prompt Open Admin
Health

Service status

{{ health.counts.roster }}subagents
{{ health.counts.skills }}skills
{{ health.counts.mcp_tools }}MCP tools
{{ health.counts.workspace_contexts }}workspaces
Next action

Start in Codex

  1. Prompt
  2. Dispatch
  3. Review
  4. Policy gate
  5. MCP boundary
Runtime

Central ledger

{{ health.counts.research_artifacts }}artifacts
{{ health.counts.policy_blocks }}policy blocks
{{ portfolio.positions_count }}positions
{{ health.counts.mcp_calls }}MCP calls
Topology

Harness map

{% include "web/fragments/topology_canvas.html" %}
Harness systems
{% for system in topology.systems %}
{{ system.label }} {{ system.summary }}
{% for item in system.items %}
{{ item.label }}{{ item.summary }}
{% endfor %}
{% endfor %}
{% endblock %}