Implement AI orchestration wedding demo

This commit is contained in:
pelpanagiotis
2026-06-27 13:50:11 +03:00
commit 55d4fe95b4
67 changed files with 4736 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
.env
__pycache__/
*.pyc
.pytest_cache/
.venv/
*.egg-info/
node_modules/
dist/
backend/orchestrator.db
backend/test.db
orchestrator.db
.DS_Store