Google Agent Dev Kit Adds LangChain4j Integration
Written by Kay Ewbank   
Monday, 13 October 2025

Google has updated its Agent Development Kit for Java to add integration with the LangChain4j LLM framework. This expands the range of large language models available to users of the development kit to all those supported by LangChain4j, which opens it up to all the large language models supported by the framework.

Google describes its Agent Development Kit, ADK, as a flexible and modular framework for developing and deploying AI agents. The kit is optimized to work with Gemini and the Google ecosystem, but is ADK is model-agnostic, deployment-agnostic, and built for compatibility with other frameworks.


adk

Google says ADK was designed to make agent development feel more like software development, to make it easier for developers to create, deploy, and orchestrate agentic architectures. 

The updated release means that in addition to ADK's built-in Google Gemini and Anthropic Claude integrations, developers will be able to use LangChain4j to access other models from third-party providers such as OpenAI, Anthropic or GitHub, or local open-weight models by making use of Ollama or Docker Model Runner.

Alongside the LangChain4j support, the new version also extends way tools can be created and managed. For instance-based FunctionTools, developers can now use object instances to create them in addition to using static methods. Async support is improved, and FunctionTools now support methods that return a Single. This improves asynchronous operation support and makes agents more responsive. There's also better loop control via a new endInvocation field in Event Actions that means programs can interrupt or stop the loop after a tool call. 

Agent logic and memory improvements start with the addition of support for chained callbacks for before/after events on model, agent, and tool execution. This enables more complex and fine-grained logic within an agent's lifecycle. The new version also adds an InMemoryMemoryService for simple, fast memory management and implements VertexAiRagRetrieval using AI Platform APIs for more advanced RAG patterns.

Other improvements include a parent POM and a Maven Wrapper.

Google Agent Development Kit for Java 0.2 is available now.  

 adk

More Information

ADK Java

Related Articles

Java Agent Development Kit Goes GA

Google Adds Open-Source Development Kit To Vertex AI

Google Releases Vertex AI Agent Builder

Google Releases Gemma Open Models

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


TestSprite 2.0 Sees User Growth
29/10/2025

TestSprite has announced a six times increase in users alongside a successful funding round. TestSprite is an agentic testing tool. Initially released in beta last fall, the number of users has risen  [ ... ]



Qodana Revisited
20/10/2025

It's been some years since we first looked at Qodana, the solid SAST tool from JetBrains. Let's find out what's new in its latest release, Qodana 2025.2.


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info