From fe6dbe1e58a27982739fe49ffc3d3e6cb70f5ce5 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 29 Jul 2025 20:12:03 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20wallet=20NoReverseMatch=20?= =?UTF-8?q?error=20-=20update=20agent=5Fbase=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated wallet templates to use workflows:marketplace instead of agent_base:marketplace - Fixed error page templates (404, 403, 500) with correct namespace - Fixed quick agents panel component reference - Wallet should now work properly without namespace errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- docs_update_summary.txt | 12 +++--------- templates/403.html | 4 ++-- templates/404.html | 4 ++-- templates/500.html | 2 +- templates/components/quick_agents_panel.html | 2 +- templates/wallet/wallet.html | 4 ++-- templates/wallet/wallet_topup.html | 2 +- 7 files changed, 12 insertions(+), 18 deletions(-) diff --git a/docs_update_summary.txt b/docs_update_summary.txt index c81a3a7..fa29389 100644 --- a/docs_update_summary.txt +++ b/docs_update_summary.txt @@ -1,14 +1,10 @@ === Documentation Auto-Update Summary === -Update Date: 2025-07-29 20:04:46 +Update Date: 2025-07-29 20:08:47 Recent Commits: + - 94a8655 Improve marketplace layout: search above, category buttons below - bc160b1 🎯 Keep only working agents and simplify marketplace view - ec42b51 🗑️ Complete agent_base app removal and legacy cleanup - - 73d5141 ✅ All agents working: Direct N8N integration, fixed routing, and pricing sync - -Agents Changes: - - workflows/config/agents.py - - workflows/templates/workflows/components/quick_agents_panel.html Documentation Changes: - CLAUDE.md @@ -19,8 +15,6 @@ Frontend Changes: Backend Changes: - docs_update_summary.txt -Updated Documentation Files: - - /home/amit/projects/quantum_ai_v2/CLAUDE.md - - /home/amit/projects/quantum_ai_v2/docs/development/agent-creation.md +No documentation files required updates. === End Summary === \ No newline at end of file diff --git a/templates/403.html b/templates/403.html index aef528c..55c8e4a 100644 --- a/templates/403.html +++ b/templates/403.html @@ -53,7 +53,7 @@ 🏠 Go Home - + 🤖 Browse AI Agents @@ -98,7 +98,7 @@ 📧 Contact Support - + 🤖 View Available Agents diff --git a/templates/404.html b/templates/404.html index fe06608..ca1869d 100644 --- a/templates/404.html +++ b/templates/404.html @@ -43,7 +43,7 @@ 🏠 Go Home - + 🤖 Browse AI Agents @@ -87,7 +87,7 @@

Can't find what you're looking for?

- + 🔍 Browse All Agents diff --git a/templates/500.html b/templates/500.html index 501f859..4f73bf9 100644 --- a/templates/500.html +++ b/templates/500.html @@ -50,7 +50,7 @@ 🏠 Go Home - + 🤖 Browse AI Agents diff --git a/templates/components/quick_agents_panel.html b/templates/components/quick_agents_panel.html index a89268c..b051875 100644 --- a/templates/components/quick_agents_panel.html +++ b/templates/components/quick_agents_panel.html @@ -49,6 +49,6 @@
\ No newline at end of file diff --git a/templates/wallet/wallet.html b/templates/wallet/wallet.html index 5c7df08..64c9fae 100644 --- a/templates/wallet/wallet.html +++ b/templates/wallet/wallet.html @@ -700,7 +700,7 @@
📭

No transactions yet. Start using AI agents to see your transaction history!

- 🤖 Browse Agents + 🤖 Browse Agents
{% endif %} @@ -719,7 +719,7 @@ 💳 Top Up Wallet - + 🤖 Browse Agents diff --git a/templates/wallet/wallet_topup.html b/templates/wallet/wallet_topup.html index 2104a18..0a51545 100644 --- a/templates/wallet/wallet_topup.html +++ b/templates/wallet/wallet_topup.html @@ -568,7 +568,7 @@ 📊 View Transactions - + 🤖 Browse Agents