Go to file
Claude 7da309e018 Add 5 Whys Analysis Agent with enhanced UX features
- Create complete 5 Whys Analysis Agent with chat-based interaction
- Implement dual-mode processor (free chat vs paid report generation)
- Add typing indicators with animated dots for better user feedback
- Enable report generation only after 2+ questions for smart activation
- Simplify report form to button-only interface using chat history
- Add basic formatting for professional report presentation
- Configure conditional wallet deduction (charge only for final reports)
- Set up N8N webhook integration for analysis processing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 23:08:45 +05:30
agent_base Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
authentication Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
core Clean up testing and debug code for production 2025-07-12 18:02:21 +05:30
data_analyzer Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
docs Update documentation for current payment system 2025-07-12 19:17:24 +05:30
five_whys_analyzer Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
job_posting_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
netcop_hub Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
social_ads_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
static Fix header mobile UI with dropdown navigation 2025-07-12 19:33:38 +05:30
templates Fix header mobile UI with dropdown navigation 2025-07-12 19:33:38 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet Clean up payment system: improve descriptions and remove manual verification 2025-07-12 17:23:52 +05:30
weather_reporter Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
.env.example Add Railway deployment config 2025-07-12 03:43:14 +05:30
.gitignore Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
railway.json Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements.txt Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30
run_dev.sh Fix Railway static files serving with WhiteNoise 2025-07-12 10:38:44 +05:30