{% 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 role topology, central DB state, research memory, 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
Harnesses

Installed boundaries

SkillsRole-owned repo skills and head-manager entrypoints.
HooksPrompt classification, duplicate markers, and guidance checks.
PolicyRestricted list, explicit deny actions, and validation checks.
Information barriersRole-local context and secret walls.
MCP toolsFiltered service-layer tool registry with call ledger.
Research memoryMarkdown body and versions stored in the central DB.
{% endblock %}