adk-js icon indicating copy to clipboard operation
adk-js copied to clipboard

An open-source, code-first Typescript toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

Results 14 adk-js issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A root agent is unable to transfer to subagents. **To Reproduce** Steps to reproduce the behavior: 1. Install `@google/adk` v0.2.0 2. Add: ``` import { LlmAgent }...

bug

Following the Getting Started Guide (https://google.github.io/adk-docs/get-started/typescript/#define-the-agent-code) the last step (npx @google/adk-devtools run agent.ts) throws: Error: Cannot find module '@opentelemetry/api' it seems that doing the two npm installs of @google/adk and...

status/needs-info

Fixes #24 Adds command `create` to the devtools package. Should work in this way: `npx @google/adk-devtools create my-agent`

ready to pull

** Please make sure you read the contribution guide and file the issues in the right place. ** [Contribution guide.](https://google.github.io/adk-docs/contributing-guide/) **Is your feature request related to a problem? Please describe.**...

## Summary Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 will reach end-of-life in April 2026. ## Changes | Action | Old...

ready to pull

Is there any plan to support other LLM models like GPT, Deppseek, Grok, ... ?

** Please make sure you read the contribution guide and file the issues in the right place. ** [Contribution guide.](https://google.github.io/adk-docs/contributing-guide/) **Is your feature request related to a problem? Please describe.**...

Multi-turn conversations break immediately after the first tool execution in a session when using the TypeScript ADK. The agent returns an empty response for the second turn (no text content),...

bug
javascript

Integrate OpenTelemetry (OTel) support: 3. add telemetry support in the web server