mirror of
https://github.com/thecyberlearn/quantum-ai-v2.git
synced 2026-08-18 14:12:59 +00:00
## Unified Agent Architecture - Create agent-base.css with theme support (professional, creative, minimal) - Implement shared JavaScript utilities in agent-utils.js - Standardize form submission patterns across all agents - Reduce code duplication by ~600 lines ## CSS Theme System - Professional theme: Job posting, data analyzer, weather reporter - Creative theme: Social ads generator (glassmorphism effects) - Minimal theme: Available for future agents - Consistent component library with CSS custom properties ## Text Display Standardization - Replace complex markdown parsing with simple text formatting - Remove external dependencies (Marked.js + DOMPurify) - Implement basic text cleaning: remove **, convert line breaks to <br> - Fix layout stretching issues in job posting results ## Data Analyzer Fixes - Fix network errors by converting from button click to form submission - Update to use unified CSS system and professional theme - Improve file upload handling with conditional checks - Standardize template structure with other agents ## Form Submission Improvements - Unified form submission pattern across all agents - Automatic CSRF token handling via FormData(form) - Consistent error handling and user feedback - Reliable polling mechanism for webhook-based agents ## Documentation Updates - Document unified CSS system and theme architecture - Add text display standardization guidelines - Update agent examples with current features - Include form submission best practices 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| agent_base | ||
| authentication | ||
| core | ||
| data_analyzer | ||
| docs | ||
| five_whys_analyzer | ||
| job_posting_generator | ||
| netcop_hub | ||
| social_ads_generator | ||
| static | ||
| templates | ||
| tests | ||
| wallet | ||
| weather_reporter | ||
| .env.example | ||
| .gitignore | ||
| manage.py | ||
| railway.json | ||
| requirements_clean.txt | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| run_dev.sh | ||