Commit graph

3 commits

Author SHA1 Message Date
Khoa.vo
174cb75f23 Add detailed cookie logging for debugging auth issues
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
2026-01-13 09:19:53 +07:00
Khoa.vo
4050f4c853 v3.1.0: Integrate Meta AI video generation, remove redundant wrapper
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
- Add backend/services/meta_video_client.py (direct video generation)
- Update routers/meta.py with working /meta/video endpoint
- Delete services/metaai-api/ (~1500 lines removed)
- Simplify docker-compose.yml to single container
- No external service dependencies for Meta AI
2026-01-13 08:02:36 +07:00
Khoa.vo
0ef7e5475c v3.0.0: Add FastAPI backend
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
- Add Python FastAPI backend with Pydantic validation
- Port WhiskClient and MetaAIClient to Python
- Create API routers for all endpoints
- Add Swagger/ReDoc documentation at /docs
- Update Dockerfile for multi-service container
- Add lib/api.ts frontend client
- Update README for V3
2026-01-13 07:46:32 +07:00