Rembrr
Sept 2025 – Present · United States · Remote- Designed and built the real-time voice and agent backend of a conversational multi-service platform (Python/FastAPI); the Flutter mobile app is owned by the rest of the team.
- Real-time voice on Gemini Multimodal Live: intercepting and dispatching the model's tool calls to user integrations (Gmail, Google Calendar, Drive, tasks) and webhooks.
- Isolated search sub-agent returning cited answers, working around Gemini's limitation of not mixing search with function calling.
- Long-term memory (RAG): embeddings over pgvector with hybrid ranking and background fact extraction, off the request path.
- Envelope encryption (KEK/DEK, AES-256-GCM) of tokens and sensitive data with GCP Cloud KMS; CI/CD on Cloud Run.