{% extends "base.html" %} {% block content %}

Status_Report

Command Center

Latency: 14ms

System_Optimal

lightbulb ID: METRIC_01

{{ summary_ideas_count }}

Total Ideas Generated

+12%
bolt ID: METRIC_02

{{ summary_runs_last_24h }}

Runs / 24h

PEAK
hub ID: METRIC_03

{{ current_mode|replace("-", " ") }}

Current Default Mode

check_circle Synced

Live_Activity_Stream

filter_list
{% if recent_runs %} {% for run in recent_runs %}
{% if run.status == 'succeeded' %}psychology{% elif run.status == 'failed' %}warning{% else %}orbit{% endif %}

{{ run.idea_title }}

{{ run.created_at }}
{{ run.status }}
{% if run.status == 'succeeded' %} visibility {% endif %}
{% endfor %} {% else %}

No recent activity detected.

_INITIATE_FIRST_CONCEPT
{% endif %}

System_Internal

Process_Node

AIDEATOR_OS v1.0.4
NODE: {{ request.client.host }}
ROOT: /mnt/data

Service_Mesh

Core_Engine
SQLite_Bridge
LLM_Relay
Search_Web

Thread_Priority

SYSTEM
{% endblock %}