{% extends "base.html" %} {% block title %}Main Menu - {{ app_name }}{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}

Main Menu

SPARK v{{ app_version }} - Secure Personal AI Research Kit
LLM Providers
Loading providers...
System Status
MCP Servers Loading...
Database {{ database_type|default('SQLite') }}
Session Active
Quick Actions
{% if new_conversations_allowed %} Start New Conversation {% endif %} View Conversations
Loading providers...

Select a provider above to view details and available models

Tool Sources
Loading tools...
Available Tools

Select a tool source from the left to view available tools

User Identity
Loading user identity...
Database
Database Type
{{ database_type|default('SQLite') }}
Status
Connected
Stores conversations, tool permissions, and preferences.
Application Info
Version
{{ app_version }}
Application Name
{{ app_name }}
Interface Mode
Web UI
System Actions
{% if cost_tracking_enabled %} {% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}