mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-12 07:45:14 -05:00
SECRT-1933 This adds a complete devcontainer configuration for the AutoGPT Platform, optimized for PR reviews in GitHub Codespaces. Features: - Docker-in-Docker for full compose support - Pre-installed Python 3.13, Node 21, pnpm, Poetry - Auto-start of all platform services (Supabase, Redis, RabbitMQ, etc.) - Pre-seeded test data with ready-to-use accounts - VS Code extensions for Python, TypeScript, Prisma, Playwright - Debug launch configs for backend and frontend - Optimized for prebuilds (~60s spinup vs 5-10 min) Test account: test123@gmail.com / testpassword123 Files: - .devcontainer/devcontainer.json - Main configuration - .devcontainer/docker-compose.devcontainer.yml - Compose overlay - .devcontainer/scripts/ - Lifecycle scripts (oncreate, postcreate, poststart) - .devcontainer/vscode-templates/ - Optional VS Code debug configs - .devcontainer/README.md - Documentation