feat: docs for ADK & default to gemini-nano in short provider factory syntax#222
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Google ADK documentation to the website and updates the ADK provider’s short-factory defaults to prefer on-device Gemini Nano (with cloud Gemini still available via explicit configuration).
Changes:
- Default
adk()/createAdkProvider()behavior now targetsgenai-nano+gemini-nanoby default. - Adds new ADK docs (Getting Started + Generating) and registers ADK in the docs navigation and homepage intro.
- Converts multiple provider “getting started” pages to MDX and standardizes installs via
PackageManagerTabs.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/docs/mlc/getting-started.mdx | Converts installs to PackageManagerTabs and updates code snippet formatting. |
| website/src/docs/llama/getting-started.mdx | Converts installs to PackageManagerTabs and adjusts table/snippet formatting. |
| website/src/docs/json-ui/getting-started.mdx | Converts installation instructions to PackageManagerTabs. |
| website/src/docs/index.md | Adds ADK provider overview section and removes “Google (Coming Soon)”. |
| website/src/docs/apple/getting-started.mdx | Converts installs to PackageManagerTabs and updates snippet formatting. |
| website/src/docs/adk/getting-started.mdx | New ADK onboarding doc with Nano-first setup and cloud Gemini option. |
| website/src/docs/adk/generating.md | New ADK generation guide (generate/stream/tools/multimodal/options/limits). |
| website/src/docs/adk/_meta.json | Adds ADK section nav structure for the new docs. |
| website/src/docs/_meta.json | Registers ADK in the top-level docs navigation. |
| packages/adk/src/ai-sdk.ts | Changes default model type/name and isAvailable default to Nano-first. |
| packages/adk/README.md | Updates package README wording and formatting around availability checks. |
| packages/adk/android/src/main/java/com/callstack/ai/adk/AdkAgentRunner.kt | Updates native default model type/name to Nano-first when config is missing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
grabbou
reviewed
Jul 6, 2026
grabbou
left a comment
Contributor
There was a problem hiding this comment.
Left two small comments. Both are docs/API mismatches around the new ADK default rather than broader concerns.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add user-facing ADK docs to the website and align the default provider with on-device Gemini Nano.
Feats:
adk()togenai-nano/gemini-nano(was cloudgemini-2.5-flash)Docs:
getting-started,generating) with Nano-first examples usingimport { adk }+adk(), andcreateAdkProviderfor advanced/cloud usage.mdxwithPackageManagerTabs