01 / Cloud Entry
Firebase Hosting delivers the product experience close to users.
React and Vite frontends are served through Firebase Hosting, while authenticated requests move through HTTPS and JWTs into backend services that can evolve independently.
React UIFirebase HostingJWT
02 / Runtime
Cloud Run scales stateless APIs and agent execution.
FastAPI services run on Cloud Run, so request capacity can scale horizontally while sessions, documents, vectors, memory, and logs remain in durable managed stores.
FastAPICloud RunAsync agents
03 / Retrieval
Hybrid retrieval combines semantic and exact-match intelligence.
Cloud SQL, pgvector, Firestore, full-text search, chunk storage, and source files work together so grounded answers can cite private documents and operational data.
pgvectorFirestoreHybrid search
04 / Video Pipeline
Large video files use a production-aware ingestion path.
DocIntel routes larger videos through direct browser-to-GCS upload, then processes metadata, sampled frames, transcript signals, captions, timestamped segments, and embeddings without treating video as a disconnected media silo.
Direct GCS uploadffmpeg / ffprobeTimestamp chunks
05 / Agent Layer
ADAR orchestrates specialist agents and domain workflows.
Google ADK, Gemini, domain tools, workflow agents, and memory services coordinate work across healthcare, restaurants, sports, music, real estate, finance, video intelligence, and document intelligence.
ADARGoogle ADKSpecialist agents
06 / Governance
Evaluation, traceability, and approval make AI reviewable.
MFA, trace IDs, audit logs, response scores, feedback, usage controls, privacy flags, RBAC, and approval gates help teams operate AI workflows with confidence at scale.
MFAAudit logsRBAC