From 7d52ebddc1910f02115983e30cb3cb7bed9a886b Mon Sep 17 00:00:00 2001 From: Thomas Schijf Date: Wed, 19 Aug 2026 13:36:39 +0200 Subject: [PATCH] docs(agents): list adk, dev-tools and json-ui packages --- agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents.md b/agents.md index 5b6abec9..bfa3dbe0 100644 --- a/agents.md +++ b/agents.md @@ -32,7 +32,7 @@ ## Project Structure - Monorepo with `packages/` (libraries) and `apps/` (example apps) -- Packages: `@react-native-ai/apple`, `@react-native-ai/llama`, `@react-native-ai/mlc` +- Packages: `@react-native-ai/apple`, `@react-native-ai/llama`, `@react-native-ai/mlc`, `@react-native-ai/adk` (Google ADK wrapper, Android), `@react-native-ai/dev-tools` (AI SDK profiling), `@react-native-ai/json-ui` (tool-calling based JSON UI) - Example app: Expo SDK 54 in `apps/expo-example/` ## Tech Stack