An ADK Java GitHub template for your first Java AI agent
With the unveiling of the Java version of Agent Development Kit (ADK) which lets you build AI agents in Java, I recently covered how to get started developing your first agent.
The installation and quickstart documentation also helps for the first steps,
but I realized that it would be handy to provide a template project, to further accelarate your time-to-first-conversation with your Java agents!
This led me to play with GitHub’s template project feature, which allows you to create a copy of the template project on your own account or organization.
It comes with a ready-made project structure, a configured pom.xml
file, and a first Java agent you can customize at will, and run from both the command-line or the ADK Dev UI.