diff --git a/CLAUDE.md b/CLAUDE.md index 5a2a3cb..fc1adb2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -247,7 +247,7 @@ EXTERNAL_PAGES = { **Open Graph Tags:** - `og:title` - Page title for social sharing - `og:description` - Page description -- `og:image` - Preview image (`static/img/social-preview.png`) +- `og:image` - Preview image (`static/img/og-image.png`) - `og:url` - Canonical page URL - `og:site_name` - "Quantum Tasks AI" @@ -320,8 +320,8 @@ EXTERNAL_PAGES = { - **Direct Access Agents (4)**: CyberSec Career Navigator, AI Brand Strategist, Lean Six Sigma Expert, SWOT Analysis Expert **Latest Changes:** +- **Social media integration complete** - Rich previews with branded og-image.png - **External service wrapper system** - Simple template-based system for JotForm, Zapier, event invitations -- **Social media meta tags** - Rich previews with Open Graph and Twitter Card tags - **View separation completed** - Split large views.py into focused modules (api, chat, web, direct access) - **Restored digital-branding.css** from git history with proper design system integration - **Added SWOT Analysis Expert** with proper category assignment (analysis) diff --git a/agents/configs/agents/demo-assistant.json b/agents/configs/agents/demo-assistant.json deleted file mode 100644 index a8e598f..0000000 --- a/agents/configs/agents/demo-assistant.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "slug": "demo-assistant", - "name": "Demo AI Assistant", - "short_description": "Demo AI assistant for testing direct access agent functionality", - "description": "A simple demo AI assistant that showcases the direct access agent system. Perfect for testing and demonstration purposes.", - "category": "analysis", - "price": 0.0, - "agent_type": "form", - "system_type": "direct_access", - "form_schema": { - "fields": [] - }, - "webhook_url": "https://agent.jotform.com/019865a942ab7fa5b5b743a5fd2abe09e345", - "access_url_name": "agents:direct_access_handler", - "display_url_name": "agents:direct_access_display" -} \ No newline at end of file