From d8b8420319a06407cf0e93eff471c90e6e22833b Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 4 Aug 2025 23:36:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A0=20Add=20AI=20Brand=20Strategist=20?= =?UTF-8?q?embedded=20interface=20with=20Quantum=20Tasks=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Create dedicated template with header + JotForm iframe - Add ai_brand_strategist_view() and ai_brand_strategist_access() functions - Add dedicated URL routes /ai-brand-strategist/ and /ai-brand-strategist/access/ - Update marketplace buttons to use dedicated routes for consistent UX - Both CyberSec Career Navigator and AI Brand Strategist now show embedded forms - Follows established direct access agent architecture pattern 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- agents/templates/agents/marketplace.html | 8 ++ agents/urls.py | 2 + agents/views.py | 96 ++++++++++++++++++++++++ templates/ai_brand_strategist.html | 43 +++++++++++ 4 files changed, 149 insertions(+) create mode 100644 templates/ai_brand_strategist.html diff --git a/agents/templates/agents/marketplace.html b/agents/templates/agents/marketplace.html index a2a42e5..d17c1a8 100644 --- a/agents/templates/agents/marketplace.html +++ b/agents/templates/agents/marketplace.html @@ -95,6 +95,10 @@ 🎓 Try Now → + {% elif agent.slug == 'ai-brand-strategist' %} + + 🧠 Try Now → + {% else %} Try Now → {% endif %} @@ -103,6 +107,10 @@ + {% elif agent.slug == 'ai-brand-strategist' %} + {% else %}