This monorepo contains the Google Cloud Code provider for the AI SDK and related examples.
packages/google-cloud-code- The main provider packageexamples/- Example applications using the provider
- Node.js 20+
- pnpm 10+
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Start development mode
pnpm devThe main provider package is in packages/google-cloud-code. See its README for specific documentation.
Each example in the examples/ directory is a standalone application. Navigate to the specific example and follow its README.
MIT