adk-js
Build, test, and deploy AI agents in TypeScript
All Skills in This Repository (4)
Pure Emerald Level Indicatorsalgorithmic-art
Generate p5.js generative art sketches with seeded randomness.
internal-comms
Generate internal communications from reference guidelines and templates.
gws-calendar
Manage Google Calendar events and calendars through the gws CLI.
gh-issues
Automate GitHub issue triage and PR creation via sub-agents.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core