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

TradingCodex workspace

Plan investment work, review role handoffs, and keep risky actions gated.

Plan workflow Open Admin
Health

Service status

{{ health.counts.roster }}roles
{{ health.counts.skills }}skills
{{ health.counts.mcp_tools }}agent actions
{{ health.counts.workspace_contexts }}workspaces
Next action

Start in Codex

  1. Prompt
  2. Dispatch
  3. Review
  4. Policy gate
  5. Approved action path
Runtime

Activity record

{{ health.counts.research_artifacts }}research notes
{{ health.counts.policy_blocks }}policy blocks
{{ portfolio.positions_count }}positions
{{ health.counts.mcp_calls }}action checks
Workflow map

Roles and gates

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