Skip to content

feat: add google-adk variant to ai-observability skill - #375

Open
marco-g-pm wants to merge 1 commit into
mainfrom
marco/aio-skill-google-adk
Open

feat: add google-adk variant to ai-observability skill#375
marco-g-pm wants to merge 1 commit into
mainfrom
marco/aio-skill-google-adk

Conversation

@marco-g-pm

Copy link
Copy Markdown
Contributor

Problem

A Node app built on Google's Agent Development Kit (@google/adk) asking the wizard for AI observability has nowhere to land: the framework rules never mention ADK, so the agent falls through to a provider variant and loses the agent structure. PostHog/posthog-js#4687 adds PostHogADKPlugin, making the plugin the supported path.

for PostHog/posthog-js#4687

Changes

  • @google/adk in the manifest now routes to the new google-adk variant (framework table in 1-begin.md).
  • Adds the google-adk variant to config.yaml, pointing at the Google ADK install doc and the Node library doc.
  • Mechanical: variant count 68 to 69 in two files.

Testing

  • All 173 skill tests pass locally with the variant present.
  • Not run: pnpm build. Doc fetches fail behind this sandbox's TLS interception, and the variant's install doc URL only goes live with the posthog.com page.

Release notes

Merge wants mcp-publish plus a semver label so the variant reaches users. The posthog onboarding PR and the posthog.com page must land first: the build fetches the install doc and fails on a 404.

🤖 Agent context

Written by Claude Code from PostHog/posthog-js#4687, mirroring #373 (the Go OTel variant rollout). Skills invoked: writing-pr-descriptions, writing-user-facing-copy.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@marco-g-pm marco-g-pm self-assigned this Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci ai-observability
  • /wizard-ci basic-integration
  • /wizard-ci mcp-analytics
  • /wizard-ci replay-vision
  • /wizard-ci revenue
  • /wizard-ci self-driving
  • /wizard-ci warehouse
  • /wizard-ci warehouse-seeded

Test an individual app:

  • /wizard-ci ai-observability/anthropic
  • /wizard-ci ai-observability/groq
  • /wizard-ci ai-observability/manual-capture
Show more apps
  • /wizard-ci ai-observability/openai
  • /wizard-ci ai-observability/openai-agents
  • /wizard-ci ai-observability/vercel-ai
  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/flutter
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci mcp-analytics/custom-dispatcher
  • /wizard-ci mcp-analytics/typescript-sdk
  • /wizard-ci replay-vision/javascript-node
  • /wizard-ci replay-vision/next-js
  • /wizard-ci replay-vision/react-vite
  • /wizard-ci revenue/stripe
  • /wizard-ci self-driving/astro
  • /wizard-ci self-driving/fastapi
  • /wizard-ci self-driving/nuxt
  • /wizard-ci self-driving/react-router
  • /wizard-ci self-driving/sveltekit
  • /wizard-ci warehouse/monorepo-env
  • /wizard-ci warehouse/multi-source-next
  • /wizard-ci warehouse/stripe-node
  • /wizard-ci warehouse/zero-source
  • /wizard-ci warehouse-seeded/next-stripe
  • /wizard-ci warehouse-seeded/next-stripe-declined

Test against a wizard branch:

  • /wizard-ci all wizard:my-branch

Add wizard:<branch> to any command above to pin the wizard branch. It defaults to main.

Results will be posted here when complete.

@marco-g-pm

Copy link
Copy Markdown
Contributor Author

CI will break until PostHog/posthog#92781 is merged in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant