{% extends "web/base.html" %} {% block title %}tcx Dashboard{% endblock %} {% block page_label %}Dashboard{% endblock %} {% block content %}
Visual control surface

Harness-first dashboard for Codex-native investing workflows.

Review the top-level harness, its Guardrails, Improvement loops, central DB state, role topology, policy gates, and MCP activity without entering model tables first.

Generate starter prompt Open Admin
{% include "web/fragments/topology_canvas.html" %}
Harness health

Central service status

{{ health.counts.roster }}subagents
{{ health.counts.skills }}skills
{{ health.counts.mcp_tools }}MCP tools
{{ health.counts.workspace_contexts }}workspaces
Experimental execution

Execution remains gated

  1. Prompt in Codex
  2. Head-manager dispatch
  3. Subagent artifacts
  4. Policy and risk review
  5. Paper/stub MCP boundary
Research memory

DB-backed artifacts

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

Guardrails and Improvement

{% for system in topology.systems %}
{{ system.label }} {{ system.summary }}
{% for item in system.items %}
{{ item.label }}{{ item.summary }}
{% endfor %}
{% endfor %}
{% endblock %}