googlegoogleOfficialยท4 Agent Skills Included

adk-js

Build, test, and deploy AI agents in TypeScript

Builds AI agents in TypeScript with full type safety, Zod validation, and support for Node.js and browsers. Orchestrates multi-agent workflows with sequential, parallel, loop, and routed patterns plus remote agents via the A2A protocol. Connects built-in tools like Google Search, Maps, and MCP servers without writing boilerplate integration code. Includes a CLI and web UI for scaffolding, testing, debugging, and deploying agents to Cloud Run.
npx skills add google/adk-js --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install adk-js?โ–ผ

Run `npx skills add google/adk-js --all -g -y` in your terminal to install all skills in this suite globally.

What is Google ADK for TypeScript?โ–ผ

It is an open-source, code-first toolkit for building, evaluating, and deploying AI agents in TypeScript. You define agent logic, tools, and orchestration directly in code with full type safety.

Can I build multi-agent systems with ADK?โ–ผ

Yes. ADK supports sequential, parallel, loop, and routed agent workflows, and can delegate tasks to remote agents through the A2A protocol.

Does ADK work in the browser?โ–ผ

Yes. It ships ESM, CommonJS, and web bundles, so agents can run in Node.js servers or directly in the browser.

What tools come built into ADK?โ–ผ

It includes Google Search, Google Maps, Vertex AI Search, and URL context tools, plus support for MCP servers and wrapping any function as a tool.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’