Go to file
Matt 21364221c8 Initial commit: LetsBe Cloud Orchestrator
Features:
- FastAPI backend with SQLAlchemy 2.0 async ORM
- Tenant management (CRUD operations)
- Task management with types: FILE_WRITE, ENV_UPDATE, DOCKER_RELOAD, COMPOSITE
- Agent registration, heartbeat, and task claiming (/tasks/next)
- Chatwoot deployment playbook (COMPOSITE task with ENV_UPDATE + DOCKER_RELOAD)
- Alembic migrations for Postgres
- Docker Compose setup for local development

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 11:02:31 +01:00
.claude Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
alembic Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
app Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
tests Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
.env.example Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
.gitignore Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
CLAUDE.md Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
Dockerfile Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
alembic.ini Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
docker-compose.yml Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
requirements.txt Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00