diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 6867ddf..8605a59 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/base.html b/core/templates/base.html index 788576e..0bf6257 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -1,11 +1,19 @@ +{% load static %} - + - {% block title %}Knowledge Base{% endblock %} + + {% block title %}SRE Multi-Agent Demo{% endblock %} + + + + + {% block head %}{% endblock %} - - + + {% block content %}{% endblock %} - + + diff --git a/core/templates/core/index.html b/core/templates/core/index.html index 0a3f404..2bb027f 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,154 +1,99 @@ {% extends "base.html" %} -{% block title %}{{ project_name }}{% endblock %} +{% block title %}SRE Multi-Agent Dashboard{% endblock %} {% block head %} -{% if project_description %} - - - -{% endif %} -{% if project_image_url %} - - -{% endif %} - - - - + {% endblock %} {% block content %} -
-
-

Analyzing your requirements and generating your app…

-
- Loading… + + +
+
+

Autonomous Reliability Management

+

A multi-agent SRE system for monitoring, analysis, and remediation.

+
+
+ +
+
+
+
+
+

Incident Timeline

+
+
+
⚠️
+
+ High Latency Detected +

API gateway latency is over 500ms. Monitoring Agent has triggered an alert.

+
2 minutes ago
+
+
+
+
🎫
+
+ Ticket [SRE-123] Created +

Ticket Analysis Agent is analyzing the incident and querying the KEDB.

+
1 minute ago
+
+
+
+
+
+ Remediation Applied +

Remediation Agent scaled up the API gateway pods. System is recovering.

+
30 seconds ago
+
+
+
+
+
+
+

Latency (p95)

+
520ms
+
+
+

Error Rate

+
3.1%
+
+
+

Traffic

+
1.2k rps
+
+
+

Saturation

+
85%
+
+
-

AppWizzy AI is collecting your requirements and applying the first changes.

-

This page will refresh automatically as the plan is implemented.

-

- Runtime: Django {{ django_version }} · Python {{ python_version }} - — UTC {{ current_time|date:"Y-m-d H:i:s" }} -

-
-