Google Cloud Integration

GCP Integration Guide

Configuration

import { WhisperMind } from '@molewhisperer/agents';

const agent = new WhisperMind({
  cloud: {
    provider: 'gcp',
    projectId: 'your-project-id',
    credentials: {
      keyFilename: 'path/to/service-account.json'
    }
  }
});

GCP Services

Supported Services

  • Google AI Platform
  • Cloud Functions
  • Cloud Storage
  • Google Kubernetes Engine
  • Cloud Run