Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/google/adk-java/gemini-mdgit clone --depth 1 https://github.com/google/adk-javaWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01249 | $0.01249 |
| Opus 5 | $0.00624 | $0.00624 |
| Sonnet 5 | $0.00250 | $0.00250 |
| Haiku 4.5 | $0.00125 | $0.00125 |
Grade A, and why
adk-java GEMINI.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gemini Code Assistant Context
This document provides context for the Gemini Code Assistant to understand the "Agent Development Kit (ADK) for Java" project.
Project Overview
The "Agent Development Kit (ADK) for Java" is an open-source, code-first toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. It allows developers to define agent behavior, orchestration, and tool use directly in Java code, enabling robust debugging, versioning, and deployment.
The project is a multi-module Maven project with the following key modules:
-
core: The core module contains the main logic of the ADK. It includes the following key components:
BaseAgent: The abstract base class for all agents. It defines the basic properties of an agent, such as its name, description, and sub-agents. It also defines therunAsync()andrunLive()methods, which are the entry points for running an agent.LlmAgent: The primary implementation of aBaseAgent. It can be configured with a model, instructions, tools, and sub-agents.BaseSessionService: An interface for managing sessions. It provides methods for creating, retrieving, listing, and deleting sessions, as well as listing and appending events to a session.Runner: The main class for running agents. It takes aBaseAgent, aBaseArtifactService, aBaseSessionService, and aBaseMemoryServiceas input. It providesrunAsync()andrunLive()methods for running the agent.- Core Runtime: The core runtime of the ADK is responsible for orchestrating the execution of agents. It uses the
Runnerto run the agent and theBaseSessionServiceto manage the session.
-
dev: This module contains the development UI for testing, evaluating, and debugging agents. It includes a Spring Boot-based web server that can be used to debug agents developed using ADK.
Agent Loading:
The
devmodule provides a flexible mechanism for loading agents into the ADK Web Server through theAgentLoaderinterface. This interface has two implementations:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 98 lines · 1,249 tokens per session scan A f8a1b402b1f7
adk-java GEMINI.md is an instructions file published in the GitHub repository google/adk-java (1,708 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,249 tokens to every session, about $0.0062 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
adk-python AGENTS.md
Instructions for google/adk-python, covering project overview, key components, adk knowledge, architecture, and style, project architecture and development setup.
clankerchat AGENTS.md
Instructions for simozampa/clankerchat: Preserve changes you did not create. Keep edits small and use Conventional Commits without attribution trailers. Run npm run check before declaring work complete.
clankerchat CLAUDE.md
Instructions for simozampa/clankerchat: Preserve concurrent changes, make small Conventional Commits without attribution trailers, and run npm run check before declaring work complete.
oneagent AGENTS.md
Instructions for 1broseidon/oneagent, covering oneagent, what this is, repo: https://github.com/1broseidon/oneagent, docs and architecture.
oneagent CLAUDE.md
Instructions for 1broseidon/oneagent, a project described as: Config-driven multi-agent CLI. One interface for Claude, Codex, Cursor, OpenCode, Cline, Pi, and any future agent.
open-agents AGENTS.md
AGENTS.md instructions for vercel-labs/open-agents, covering agents.md, quick links, authentication, database & migrations and environment isolation.