quantum-ai-v3/agents/management/commands
Claude d750857e4e Implement chat session timeout system
- Add expires_at field to ChatSession model with 2-hour default
- Sessions automatically expire after 2 hours of inactivity
- Active conversations extend session by 2 hours per message
- Add session expiration checks in chat views
- Create cleanup management command for expired sessions
- Add session status indicators in chat UI
- Fix null safety for existing sessions without expiration

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-01 15:45:16 +05:30
..
__init__.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
cleanup_expired_sessions.py Implement chat session timeout system 2025-08-01 15:45:16 +05:30
create_five_whys_agent.py 💬 Implement complete chat-based agent system with 5 Whys Analysis 2025-08-01 09:39:43 +05:30
create_job_posting_agent.py 💼 Add Job Posting Generator agent with comprehensive form schema 2025-07-31 19:10:15 +05:30
create_pdf_summarizer_agent.py 📄 Add PDF Summarizer agent with advanced file upload system 2025-07-31 19:18:31 +05:30
create_sample_agents.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
create_social_ads_agent.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30