{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Demo Intelligence Ecosystem - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Autonomous demo intelligence

Self-evolving onboarding, walkthrough, demo, and product showcase ecosystem.

Detects platform evolution, regenerates demo intelligence drafts, validates quality, and keeps production data isolated.
Legacy Agent
Agents{{ snapshot.agent_count }}Coordinated by Demo Orchestrator
Runs{{ snapshot.runs|length }}Recent executions
Approvals{{ snapshot.approvals|selectattr('status','equalto','pending')|list|length }}Critical changes waiting
SafetyOnNo production data, no real payments

Agent Ecosystem

Demo Orchestrator Feature Change Detection Walkthrough Regeneration UI Understanding Demo Data Evolution Analytics Storytelling Video Regeneration Product Tour Intelligence Real User Experience Intelligence Behavioral Experience Analytics Experience Improvement Engine User Confidence Detection Reality-Based Evolution Human Empathy Governance Trust Evolution Intelligence Experience Simplicity Enforcement Demo QA Validation Experience Quality Creative Direction Governance Experience Style System Emotional Consistency Brand Personality Protection Experience Memory Premium Polish Validation Experience Evolution Intelligence AI Business Coach Business Reality Simulation

Recent Runs

{% for run in snapshot.runs %} {% else %} {% endfor %}
RunStatusSeverityApprovalSummary
{{ run.run_id }} {{ run.status }} {{ run.severity }} {{ 'Required' if run.requires_approval else 'No' }} {{ run.summary or '' }}
No demo AI runs yet.

Safety Contract

Production data exposed: {{ snapshot.safety.production_data_exposed }}
Real payments triggered: {{ snapshot.safety.real_payments_triggered }}
Canonical onboarding overwritten: {{ snapshot.safety.canonical_onboarding_overwritten }}
Uncontrolled AI actions: {{ snapshot.safety.uncontrolled_ai_actions }}

Approval Queue

{% for approval in snapshot.approvals %} {% else %} {% endfor %}
RunLevelStatusCreatedDecision
{{ approval.run_id }} {{ approval.change_level }} {{ approval.status }} {{ approval.created_at }} {% if approval.status == 'pending' %}
{% else %} {{ approval.decided_at or '' }} {% endif %}
No approvals waiting.

Creative Review Queue

{% for review in snapshot.creative_reviews %} {% else %} {% endfor %}
TitleTypeSeverityStatusDecision
{{ review.title }} {{ review.review_type }} {{ review.severity }} {{ review.status }} {% if review.status == 'pending' %}
{% else %} {{ review.decided_at or '' }} {% endif %}
No creative reviews waiting.

Experience Memory

{% for memory in snapshot.memories %} {% else %} {% endfor %}
MemoryPacingInteractionUpdated
{{ memory.memory_key }} {{ memory.pacing_preference }} {{ memory.interaction_style }} {{ memory.updated_at }}
No experience memory yet.

Generated Artifacts

{% for artifact in snapshot.artifacts %} {% else %} {% endfor %}
TypePathStatusCreated
{{ artifact.artifact_type }}{{ artifact.path }}{{ artifact.status }}{{ artifact.created_at }}
No artifacts generated yet.
{% endblock %}