# adk-js **Repository Path**: mirrors_google/adk-js ## Basic Information - **Project Name**: adk-js - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-11 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agent Development Kit (ADK) for TypeScript [](LICENSE) [](https://www.npmjs.com/package/@google/adk) [](https://www.reddit.com/r/agentdevelopmentkit/)
### Evaluate Agents
Coming soon...
## 🤖 A2A and ADK integration
For remote agent-to-agent communication, ADK integrates with the
[A2A protocol](https://github.com/google/A2A/). Examples coming soon...
## 🏗️ Building the Project
To set up the project and build it from source, follow these steps:
1. **Install dependencies**:
```bash
npm install
```
1. **Build the project**: This project uses `esbuild` to compile and bundle
the TypeScript source code. You can build the project using the following
npm scripts:
- `npm run build`: Compiles the TypeScript code into CommonJS, ESM, and Web
formats in the `dist` directory.
- `npm run build:bundle`: Creates bundled versions of the output for easier
distribution or use in environments that don't support tree-shaking well.
- `npm run build:watch`: Watches for changes in the source files and
automatically rebuilds the project for ESM format only.
## 🤝 Contributing
We welcome contributions from the community! Whether it's bug reports, feature
requests, documentation improvements, or code contributions, please see our
- [General contribution guideline and flow](https://google.github.io/adk-docs/contributing-guide/).
- Then if you want to contribute code, please read
[Code Contributing Guidelines](./CONTRIBUTING.md) to get started.
## 📄 License
This project is licensed under the Apache 2.0 License - see the
[LICENSE](LICENSE) file for details.
## Preview
This feature is subject to the "Pre-GA Offerings Terms" in the General Service
Terms section of the
[Service Specific Terms](https://cloud.google.com/terms/service-terms#1).
Pre-GA features are available "as is" and might have limited support. For more
information, see the
[launch stage descriptions](https://cloud.google.com/products?hl=en#product-launch-stages).
---
_Happy Agent Building!_