Claude
|
0f3867fbee
|
feat(ruvbot): add GCP deployment and LLM provider documentation
Google Cloud Deployment:
- Dockerfile: Multi-stage build for Cloud Run (~150MB)
- docker-compose.yml: Local development with PostgreSQL, Redis
- deploy/gcp/cloudbuild.yaml: CI/CD pipeline
- deploy/gcp/terraform/main.tf: Infrastructure as code
- deploy/gcp/deploy.sh: Quick deployment script
- deploy/init-db.sql: PostgreSQL schema with RLS
Estimated cost: ~$15-20/month for low traffic
Documentation Updates:
- ADR-012: LLM Provider Integration (Anthropic + OpenRouter)
- ADR-013: GCP Deployment Architecture
- Updated README with GCP and LLM sections
- Updated FEATURE_COMPARISON.md with:
- Cloud deployment comparison
- LLM provider comparison
- Hybrid search (BM25 + Vector RRF)
- Reasoning model support (QwQ, DeepSeek R1, O1)
https://claude.ai/code/session_01GGEDq3rjDELfBzhn9u5fTo
|
2026-01-27 05:25:00 +00:00 |
|