{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}

🎙️ Quick Actions

🎤 Voice ➕ Task 📊 Swarm 🏪 Market

💬 Chat with Timmy

Timmy
Sir, Timmy here. Ready for your command.

🤖 Your Agents

{% if agents %} {% for agent in agents[:3] %}
{{ agent.name[0] }}
{{ agent.name }}
{{ agent.status }}
{% endfor %} {% else %}

No agents yet. Launch one from Mission Control.

{% endif %}

📱

Mobile Dashboard

This page is optimized for mobile devices.
Please visit on your iPhone or use the desktop dashboard.

Go to Desktop Dashboard
{% endblock %}