diff --git a/CLAUDE.md b/CLAUDE.md index f6471c3..d3b8c95 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -NetCop Hub is a Django-based AI agent marketplace platform where users can purchase and interact with specialized AI agents. The system supports both webhook-based and API-based agents with integrated payment processing via Stripe. +Quantum Tasks AI is a Django-based AI agent marketplace platform where users can purchase and interact with specialized AI agents. The system supports both webhook-based and API-based agents with integrated payment processing via Stripe. ## Development Commands diff --git a/data_analyzer/templates/data_analyzer/detail.html b/data_analyzer/templates/data_analyzer/detail.html index 5f088a3..3cafeea 100644 --- a/data_analyzer/templates/data_analyzer/detail.html +++ b/data_analyzer/templates/data_analyzer/detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Data Analyzer - NetCop AI Hub{% endblock %} +{% block title %}Data Analyzer - Quantum Tasks AI{% endblock %} {% block extra_css %} diff --git a/email_writer/templates/email_writer/detail.html b/email_writer/templates/email_writer/detail.html index e434768..7afcab3 100644 --- a/email_writer/templates/email_writer/detail.html +++ b/email_writer/templates/email_writer/detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Email Writer Agent - NetCop AI Hub{% endblock %} +{% block title %}Email Writer Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} diff --git a/five_whys_analyzer/templates/five_whys_analyzer/detail.html b/five_whys_analyzer/templates/five_whys_analyzer/detail.html index 0ad9bb2..6c434d1 100644 --- a/five_whys_analyzer/templates/five_whys_analyzer/detail.html +++ b/five_whys_analyzer/templates/five_whys_analyzer/detail.html @@ -1,133 +1,169 @@ -{% extends "base.html" %} +{% extends 'base.html' %} {% load static %} -{% block title %}5 Whys Analysis Agent - NetCop AI Hub{% endblock %} +{% block title %}5 Whys Analysis Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} - - - - - - - - - - - + {% endblock %} {% block content %} -
-
- - {% include "components/quick_agents_panel.html" %} - - -
-
-

πŸ” {{ agent.name }}

-

{{ agent.description }}

-
+ +
+ + {% include "components/agent_header.html" with agent_title="5 Whys Analyzer" agent_subtitle="AI-powered root cause analysis using the 5 Whys methodology" %} + + + {% include "components/quick_agents_panel.html" %} + + +
+
+
+

+ πŸ’¬ + 5 Whys Analysis Chat +

+
+
+

πŸ’¬ Chat with 5 Whys Analyst

@@ -168,83 +204,93 @@ const AgentUtils = FiveWhysUtils;
-
- - -
-

πŸ“‹ Generate Final Report

-
- πŸ’¬ Ask 2-3 questions about your problem first, then I'll generate a comprehensive report + +
+

πŸ“‹ Generate Final Report

+ +
+ πŸ’¬ Ask 2-3 questions about your problem first, then I'll generate a comprehensive report +
+ + + +
- - - -
- - - - - -
-
-

πŸ’³ Your Wallet

- -
{% if user.is_authenticated %}{{ user.wallet_balance|floatformat:2 }} AED{% else %}0.00 AED{% endif %}
-
Available Balance
- - {% if user.is_authenticated %} - - πŸ’° Top Up Wallet - - {% else %} - - πŸ”‘ Login to Continue - - {% endif %} + + +
+
+

+ ℹ️ + How It Works +

- -
-

πŸ’‘ How it works

-
    +
    +
    1. Chat freely to explore your problem
    2. Get guidance and ask questions
    3. Generate final report when ready
    4. Pay only for the final report
    5. -
+ + + +
+ + +
+ {% include "components/processing_status.html" with status_title="Generating 5 Whys Report..." status_text="Please wait while we analyze your conversation and create a comprehensive report..." %} +
+ + +
+ {% include "components/results_container.html" with results_title="5 Whys Analysis Report" %} +