Commit Graph

2 Commits

Author SHA1 Message Date
EAniwa 9fad42ad76 fix: Resolve real-time agent progress update issues
- Modify StreamHandler to send current agent statuses immediately upon WebSocket connection
- Switch AnalysisService to use asynchronous graph streaming (astream) to prevent event loop blocking
- Clean up debug logging in frontend and backend
2025-11-19 20:16:11 -05:00
EAniwa b4c0d46681 feat: Initialize frontend and backend project structure
- Added frontend directory with initial React/Vite setup including:
  - Basic component structure
  - TailwindCSS configuration
  - Router setup
- Added backend directory structure
- Added FRONTEND_README.md documentation
2025-11-19 18:59:42 -05:00