AugmentorAI/ ├── web/ # React web application ├── desktop/ # Electron desktop app ├── server/ # FastAPI backend ├── ai/ # AI modules (transcription, retrieval, generation) ├── shared/ # Shared types ...