I'd like to ask about the current status of this repository and Google's longer-term plans for it, because the signals coming out of the three official ADK repos are noticeably inconsistent and it's making it hard to commit to adk-js for production work.
To make the question concrete, here is what I am seeing across the three repos as of May 25, 2026
Release cadence over the last ~10 weeks (mid-March -> May 25, 2026)
- adk-python: 10 releases, including a v2.0.0 GA on May 19 and a v2.1.0 four days later
- adk-go: 4 releases, monthly-ish cadence, currently at v1.3.0 (May 19)
- adk-js: 4 releases, last one v1.1.0 on April 28 -- nothing in ~4 weeks
Lifetime commit volume
- adk-python: ~2,700 commits
- adk-go: ~430 commits
- adk-js: ~330 commits
README / status framing
- adk-python: shipped a v2.0 GA introducing a graph-based execution engine
- adk-go: no preview disclaimers; behaves as a supported product (?)
- adk-js: still carries the "Pre-GA Offerings Terms" clause and a "Coming soon..." note for evaluation features
The pattern is hard to read. Python is obviously the flagship. Go appears to be tracked as a supported product with a stable cadence. adk-js seems to sit noticeably below both.
My questions:
- Does Google plan to bring adk-js to full feature parity with adk-python (and at least adk-go), with a comparable release cadence and support guarantees? Or is the long-term expectation that adk-js will trail behind by design?
- Is this repository best understood as a fully supported product, a "let's see if we can grow a JS/TS community" experiment, or something in between? A direct answer here would help teams budget risk correctly.
- For a team building a production agent system today on Node/TypeScript, what is the official recommendation - adopt adk-js as-is, wait for a specific milestone, or use adk-python / adk-go behind a service boundary until adk-js reaches a stated bar? Or rather use Vercel?
- Is there a published roadmap, an internal staffing commitment that can be shared, or a target date at which the Pre-GA language is expected to be removed from the README?
I am not asking this to criticise the work that has been done (it's genuinely useful and I'd like to use it even more) I just need to make an architecture decision and the current signals make it hard to justify standardising on adk-js without an explicit answer from the maintainers.
Thanks.
I'd like to ask about the current status of this repository and Google's longer-term plans for it, because the signals coming out of the three official ADK repos are noticeably inconsistent and it's making it hard to commit to adk-js for production work.
To make the question concrete, here is what I am seeing across the three repos as of May 25, 2026
Release cadence over the last ~10 weeks (mid-March -> May 25, 2026)
Lifetime commit volume
README / status framing
The pattern is hard to read. Python is obviously the flagship. Go appears to be tracked as a supported product with a stable cadence. adk-js seems to sit noticeably below both.
My questions:
I am not asking this to criticise the work that has been done (it's genuinely useful and I'd like to use it even more) I just need to make an architecture decision and the current signals make it hard to justify standardising on adk-js without an explicit answer from the maintainers.
Thanks.