{% extends "base_login.html" %} {% block title %}Login - Data Analyst Portal{% endblock %} {% block content %}
Your local AI agent works with centralized data, shared context, and corporate memory that learns from everyone.
Synced data from central server with semantic layer, metrics definitions, and full documentation.
Shared context across all users. When someone discovers something, everyone's AI knows it.
Turn any analysis into automated scripts. Runs without AI - fast, cheap, and repeatable.
Your AI agent can set up alerts and deploy them to the cloud. Server monitors 24/7.
Track how data and AI drive measurable business outcomes. Real-time visibility into team maturity, process improvements, and ROI across departments.
Access your AI data analysis workspace
{% set _err = request.query_params.get('error') %} {% set _err_messages = { 'not_in_allowed_group': "Your Google account isn't a member of any group permitted to use this Agnes instance. Ask your Agnes administrator to grant you access.", 'group_check_unavailable': "We couldn't verify your group membership with Google right now. Please try signing in again in a moment.", 'deactivated': "This account has been deactivated. Contact your Agnes administrator if you believe this is in error.", 'oauth_failed': "Google sign-in failed. Please try again.", 'no_email': "Google didn't return an email for this account.", 'domain_not_allowed': "This email's domain is not permitted to sign in to this Agnes instance.", 'google_not_configured': "Google sign-in is not configured on this server.", } %} {% if _err and _err_messages.get(_err) %}{{ btn.subtitle|safe }}
{% endif %} {% if not loop.last %}No authentication providers are configured. Please set up at least one provider.
{% endif %}