原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"agent",
"agents",
"ai",
"ai-agents",
"multi-agent",
"multi-agent-systems",
"agentic",
"agentic-ai",
"agentic-workflow",
"agents-sdk",
"aiagentframework",
"genai",
"genai-chatbot",
"llm",
"llms",
"multi-agent-system",
"multi-agents",
"multi-agents-collaboration"
],
"is_fork": false,
"size_kb": 17973,
"has_wiki": false,
"homepage": "https://google.github.io/adk-docs/",
"languages": {
"HTML": 52703,
"Java": 5179404,
"JavaScript": 1757
},
"pushed_at": "2026-07-24T19:55:42Z",
"created_at": "2025-05-05T17:16:25Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T19:10:09Z",
"description": "An open-source, code-first Java toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://opensource.google/",
"name": "Google",
"type": "Organization",
"login": "google",
"company": null,
"location": "United States of America",
"followers": 76001,
"avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
"created_at": "2012-01-18T01:30:18Z",
"is_verified": null,
"public_repos": 2888,
"account_age_days": 5304
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-07-20T13:09:53Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-07-07T10:25:34Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-06-22T09:46:20Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-06-01T14:14:19Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-05-15T12:30:51Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-04-27T12:49:21Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-04-10T14:03:01Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-03-30T11:06:55Z"
},
{
"tag": "v1.0.0-rc.1",
"kind": "prerelease",
"published_at": "2026-03-20T13:27:36Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-03-13T14:52:00Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-03-06T12:45:17Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-02-27T13:32:13Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-02-19T14:00:03Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-12-17T15:18:12Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-11-25T22:04:40Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-09-18T04:03:54Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-06-30T22:37:59Z"
}
],
"recent_commits": [
{
"oid": "5f13e58061d032e1935a9c028149d9ad148438f8",
"body": "…-user-id\n\nPiperOrigin-RevId: 953237232",
"is_bot": false,
"headline": "Merge pull request #1180 from bitmovin-engineering:fix-vertex-session…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-24T09:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "882ea5f013f963a34b79d9435c40418dfae311c4",
"body": "PiperOrigin-RevId: 953232777",
"is_bot": false,
"headline": "Merge pull request #1376 from svetanis:fix/eventactions-endofagent-merge",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-24T08:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03b04fa2b17b8b9fc508add4d1013e83a4975cfe",
"body": "…parallel stop requests",
"is_bot": false,
"headline": "fix(events): accumulate endOfAgent in EventActions.merge to preserve …",
"author_name": "svetanis",
"author_login": "svetanis",
"committed_at": "2026-07-24T06:12:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a4588004228d6117d9ab4a45ce93be4c952d3c",
"body": "…ertexAiSessionService\n\n`getSession` gated the server-side `timestamp>=` filter on `numRecentEvents` being absent, so the two `GetSessionConfig` filters could not be combined. Send the `afterTimestamp` filter whenever it is set and still trim to `numRecentEvents` client-side, so both compose. Mirrors the Go port, which already applies both.\n\nPiperOrigin-RevId: 952765675",
"is_bot": false,
"headline": "fix(sessions): apply afterTimestamp and numRecentEvents together in V…",
"author_name": "Kamil Tomaszek",
"author_login": "kvmilos",
"committed_at": "2026-07-23T15:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d19f7d92becff955de12e2a58bc6bb23f14492d",
"body": "…nMemorySessionService\n\n`getSession` applied `afterTimestamp` only when `numRecentEvents` was unset, so the two `GetSessionConfig` filters could not be combined. Apply `numRecentEvents` first, then `afterTimestamp`, so both compose. Mirrors Python and Go, which already apply both.\n\nPiperOrigin-RevId: 952725154",
"is_bot": false,
"headline": "fix(sessions): apply numRecentEvents and afterTimestamp together in I…",
"author_name": "Kamil Tomaszek",
"author_login": "kvmilos",
"committed_at": "2026-07-23T13:32:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc84b001bb978e7cda5949cd8e0c65d8647074d",
"body": null,
"is_bot": false,
"headline": "Fix Vertex session user IDs",
"author_name": "Roland Kakonyi",
"author_login": null,
"committed_at": "2026-07-23T11:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2a90b0e11c525aa95b8a9e0b76a6a0fbf41097",
"body": "…rces\n\nEnsure every Java source carries the canonical Apache 2.0 header from\n`java.header`, without changing existing copyright years (the year reflects\nwhen a file was created):\n\n- Add the header to files that were missing it, using each file's creation year.\n- Repair malformed headers: drop duplicated/garbled lines and convert\n `//`-style headers to the required `/* */` block form, preserving the year.\n\nPiperOrigin-RevId: 952623369",
"is_bot": false,
"headline": "chore(license): add and repair Apache license headers across Java sou…",
"author_name": "Kamil Tomaszek",
"author_login": "kvmilos",
"committed_at": "2026-07-23T09:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb62166c4a389ab0c86d21ebcae870f0f913434",
"body": "PiperOrigin-RevId: 952000291",
"is_bot": false,
"headline": "Merge pull request #1164 from svetanis:fix-agent-tool-description",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-22T10:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b2f25e2f7bc78853f8cabf990577a4910d5026e",
"body": "…me-scope\n\nPiperOrigin-RevId: 951989980",
"is_bot": false,
"headline": "Merge pull request #1361 from petrmarinec:fix/firestore-session-appna…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-22T09:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737c293ecc1419ea2f888541acea759966a85f09",
"body": "…oserverparams\n\nPiperOrigin-RevId: 951989850",
"is_bot": false,
"headline": "Merge pull request #1360 from svetanis:fix/mcptoolset-fromconfig-stdi…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-22T09:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233b83bcacc39f7b6a1204a7644a1a5f13557a20",
"body": "Prevents a NullPointerException in the google-genai library when an Agent is defined without a description. Includes a regression test.",
"is_bot": false,
"headline": "fix(core): fallback to name when Agent description is missing",
"author_name": "svetanis",
"author_login": "svetanis",
"committed_at": "2026-07-22T00:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf71d7bb07398d6fabd3a3ade24f31db98f9f36e",
"body": null,
"is_bot": false,
"headline": "fix(mcp): honor stdioServerParams in McpToolset.fromConfig",
"author_name": "svetanis",
"author_login": "svetanis",
"committed_at": "2026-07-21T23:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bfa02ff72b95c103a3aae580553d770b537b81b",
"body": "PiperOrigin-RevId: 950807008",
"is_bot": false,
"headline": "Merge pull request #1366 from google:release-please--branches--main",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-20T13:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bac57b2d859e7f1f9851604a751a682babd6127",
"body": null,
"is_bot": false,
"headline": "chore(main): release 1.7.1-SNAPSHOT",
"author_name": "adk-java-releases-bot",
"author_login": "adk-java-releases-bot",
"committed_at": "2026-07-20T13:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc330d760d8194058610907e717f13425717d8b",
"body": "PiperOrigin-RevId: 950796013",
"is_bot": false,
"headline": "fix: preserve all parallel function calls on the live (BIDI) connection",
"author_name": "Kamil Tomaszek",
"author_login": "kvmilos",
"committed_at": "2026-07-20T13:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61f952e90e41834183b57cc4e02b0b91ed80315",
"body": "PiperOrigin-RevId: 950790337",
"is_bot": false,
"headline": "Merge pull request #1339 from google:release-please--branches--main",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-20T13:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a370034404135a30e6d55543927699a54992b506",
"body": "…sion/listEvents\n\nFirestoreSessionService stores each session at /{root}/{userId}/sessions/{sessionId},\nso the document is keyed only by (userId, sessionId). getSession, deleteSession, and\nlistEvents fetched the document by (userId, sessionId) and never checked the stored\nappName against the request\n[…]\ne)).\n\nAdd the same appName check to getSession, deleteSession, and listEvents, treating a\nmismatch as \"session not found\", and add unit tests covering the appName-mismatch\ncases for all three methods.",
"is_bot": false,
"headline": "fix(firestore-session-service): honor appName in getSession/deleteSes…",
"author_name": "petrmarinec",
"author_login": "petrmarinec",
"committed_at": "2026-07-20T10:03:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9caecae71fdb851a52a7a945c19042377f6ae583",
"body": null,
"is_bot": false,
"headline": "chore(main): release 1.7.0",
"author_name": "adk-java-releases-bot",
"author_login": "adk-java-releases-bot",
"committed_at": "2026-07-17T00:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba23601c09927c4827f3a62d5df8e637e2df33d6",
"body": "…to match python ADK\n\nPiperOrigin-RevId: 949268862",
"is_bot": false,
"headline": "feat: Update 'gen_ai.usage.input_tokens' to include tool used tokens …",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-17T00:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3967cfa6297530e8274fad4ab0ec833525c2db69",
"body": "Config-driven loaders confine every reflectively loaded class to the intended\ntype (BaseTool, BaseToolset, BaseExampleProvider, or the caller's expectedType)\nbefore constructing it or reading a static field, so a non-intended type is never\ninstantiated nor its static initializer run (type-confinemen\n[…]\n.\nType confinement is on by default; source-dir confinement is off by default (with\na warning) to avoid breaking existing setups, and will default on in a future\nrelease.\n\nPiperOrigin-RevId: 948941874",
"is_bot": false,
"headline": "fix: confine config-driven dynamic class loading to intended types",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-16T13:43:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2027a4b53dba2c660ee20ff0bf87dc1a1e936e43",
"body": "…le, redaction, HITL)\n\nResolves the plugin-local P1 preview-readiness blockers in the Java BigQuery\nAgent Analytics (BQAA) plugin: correctness, lifecycle, privacy-boundary, and\nduplicate-telemetry defects fixable inside the `agentanalytics` package.\n(Terminal agent/run failure analytics is out of sc\n[…]\nons, bounded close, post-finalize\nappend rejection, writer-construction accounting, nested/session-state\nredaction, and HITL request/pause/complete naming with pair keys.\n\nPiperOrigin-RevId: 948836241",
"is_bot": false,
"headline": "fix(bigquery): BQAA Java P1 preview-readiness fixes (tracing, lifecyc…",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-16T09:06:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb22de6b6e05db602261b4348d93906aa77b092d",
"body": "…ping-issue-fix\n\nPiperOrigin-RevId: 947644232",
"is_bot": false,
"headline": "Merge pull request #1351 from hemasekhar-p:p1-grounding-metadata-drop…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-14T13:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6882b73d752a9535c04004e781626639000a1a66",
"body": "…overflow\n\nPiperOrigin-RevId: 947631274",
"is_bot": false,
"headline": "Merge pull request #1336 from zhangxiangnan:fix/persist-barrier-stack…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-14T12:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4de0d8c590a96d218985c4b6bad806021390b4f2",
"body": null,
"is_bot": false,
"headline": "fix: prevent dropping grounding-only responses in BaseLlmFlow",
"author_name": "Hemasekhar Puchuginjala",
"author_login": "hemasekhar-p",
"committed_at": "2026-07-14T12:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbe013601cbbd186f9cc4cb5d2836fbdb2a8c7a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/persist-barrier-stackoverflow",
"author_name": "zhangxiangnan",
"author_login": "zhangxiangnan",
"committed_at": "2026-07-14T12:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03f63d1519bba33788e4a14eee996f28c630723",
"body": "PiperOrigin-RevId: 947597741",
"is_bot": false,
"headline": "Merge pull request #1208 from hemasekhar-p:model-latest-issue-fix",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-14T11:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a2cf99c1a1b3e512a2784f8f9e6048453f9afc",
"body": "Add `com.google.adk.FunctionCallIds` as the single home for the \"adk-\" prefix and\nits helpers (`generateClientFunctionCallId`, `isClientGeneratedFunctionCallId`),\nreplacing the copies.\n\nPiperOrigin-RevId: 947573920",
"is_bot": false,
"headline": "refactor: centralize the client function-call-id prefix and helpers",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-14T10:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971abb4d8f33df58ac42ac83b3d3f8fc8efba871",
"body": "Fix unconditional function call ID stripping in GeminiUtil. Previously, the Java ADK cleared both model-generated IDs (like call_123) and client-generated IDs, which broke compatibility with Gemini 3.5 Flash's Strict Response Matching convention.\n\nPiperOrigin-RevId: 947550561",
"is_bot": false,
"headline": "fix: preserve non-client function call IDs in GeminiUtil",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-14T09:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9181ea6a5e04b195b69e8577c225f7d456cb4164",
"body": null,
"is_bot": false,
"headline": "Fix: Allow -latest model aliases in GoogleSearchTool",
"author_name": "Hemasekhar Puchuginjala",
"author_login": "hemasekhar-p",
"committed_at": "2026-07-14T08:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2394a9501a15470eba5a164dadf76fa28aeb649b",
"body": "…ss the ADK\n\nBuilding a separate `OkHttpClient` per model or session leaks connection pools and\nthreads. This routes `Gemini`, `ChatCompletionsHttpClient`, and the sessions\n`ApiClient` through `HttpClientFactory`, which caches one shared client per name so\nthe dispatcher and connection pool are reus\n[…]\nd connect/read/write timeouts to keep\nthe prior infinite-timeout behavior.\n\nAdds `HttpClientFactoryTest` covering caching by name, executor injection, and\ndaemon threads.\n\nPiperOrigin-RevId: 947525602",
"is_bot": false,
"headline": "feat: share a single OkHttpClient with injectable daemon threads acro…",
"author_name": "Mateusz Krawiec",
"author_login": null,
"committed_at": "2026-07-14T08:46:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a38b824dba1800e9c58ec8ba74e2b65fb205faf1",
"body": "…rge steps\n\nawaitPersisted folded a step's per-event barriers into a left-nested\nCompletable.andThen(...) chain. A single step can carry many events (an agent\ntransfer folds the sub-agent's events into the parent step), and the nested\nchain recurses once per element on both subscription and completi\n[…]\nively and stays stack-safe while preserving the same await semantics\n(order is irrelevant, as each subject retains its terminal state).\n\nAdds a regression test that awaits 50k events in a single step.",
"is_bot": false,
"headline": "fix: avoid StackOverflowError in PersistBarrier.awaitPersisted for la…",
"author_name": "zhangxiangnan",
"author_login": "zhangxiangnan",
"committed_at": "2026-07-14T07:46:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bae658b0592aa936e1b48e96ff9f995593ba086",
"body": "…streaming\n\nGemini can keep willContinue=true on the last partialArgs chunk and end a\nfunction call with a separate empty part. Flush the buffered call on that end\nmarker so streamed calls are not dropped or merged.\n\nPiperOrigin-RevId: 947029146",
"is_bot": false,
"headline": "fix: correctly reassemble streamed function-call arguments in Gemini …",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-13T14:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "410ff810a7126c4ba1abdb5435b1a0c4a9c2fd95",
"body": "…utor`\n\nDuring A2A communication, `AgentExecutor` invoked the 4-argument\n`Runner.runAsync`, which hardcodes `stateDelta = null` and silently dropped the\ncaller's incoming request metadata.\n\nRoute the incoming request metadata (`RequestContext.getParams().metadata()`)\ninto `RunConfig.customMetadata` \n[…]\nata through the run config and leave the session state delta null, rather\nthan writing framework IDs into session state. Add tests for the metadata and\nno-metadata cases.\n\nPiperOrigin-RevId: 946936540",
"is_bot": false,
"headline": "fix: propagate A2A request metadata into the run config in `AgentExec…",
"author_name": "Miłosz Sobczyk",
"author_login": "MiloszSobczyk",
"committed_at": "2026-07-13T10:53:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29c01fd9ea91e61718d7b53c2a2e81032d78405c",
"body": "…d exactly once\n\nPiperOrigin-RevId: 946895242",
"is_bot": false,
"headline": "test: enhance regression checks for streaming FCs - tools are execute…",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-13T09:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760c8da2119103bcad57cbbebdff10619c976eb0",
"body": "…JsonSchema`\n\n`Claude.functionDeclarationToAnthropicTool()` only read\n`FunctionDeclaration.parameters()` and ignored `parametersJsonSchema()`. MCP\ntools populate `parametersJsonSchema` instead of `parameters`, so their input\nschema was converted into an empty `properties` map and Claude received too\n[…]\nfor Anthropic. `updateTypeString` now also handles union `type` arrays\ninstead of failing on the `String` cast. This mirrors the Python\n`anthropic_llm.py` implementation.\n\nPiperOrigin-RevId: 945624831",
"is_bot": false,
"headline": "fix: fix Claude MCP tool `inputSchema` by falling back to `parameters…",
"author_name": "Miłosz Sobczyk",
"author_login": "MiloszSobczyk",
"committed_at": "2026-07-10T10:59:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc95ce77507fb83ecb02be17d4692d6305722f28",
"body": "It's not needed for core ADK Gemini any more (streaming aggregator maintains correct order) but was found to be still needed by other Gemini based integrations. Adding it for backward and forward compatibility\n\nPiperOrigin-RevId: 945598657",
"is_bot": false,
"headline": "feat(flows): enable forced FC reordering based on gemini-3 model name",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-10T09:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f4fdc6c9ea80ec46723b2c6b71a4409c77feed",
"body": "PiperOrigin-RevId: 945541837",
"is_bot": false,
"headline": "Merge pull request #1218 from adilburaksen:fix/config-path-traversal",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-10T07:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285547bc91c5f92975eb4ffe7e610a9ff4b4fd07",
"body": "PiperOrigin-RevId: 945217162",
"is_bot": false,
"headline": "feat: Propagate A2A metadata to RunConfig for request-scoped access",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-09T18:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c685ece46bffd44adbf228e86a946e3a73d2a624",
"body": "…drop stats)\n\nPort of google/adk-java#1318. Addresses preview-readiness gaps in the Java\nBigQuery Agent Analytics (BQAA) plugin (google/adk-java#1316), bringing it\ncloser to parity with the Python plugin and hardening the write path.\n\nP1 — preview blockers:\n- Secret redaction in `JsonFormatter`: sen\n[…]\n` license header + Javadoc fix.\n\nUnit tests added for redaction, empty-state-delta skip, config validation,\nschema mode-drift warning, and root-agent-name initialization.\n\nPiperOrigin-RevId: 945214206",
"is_bot": false,
"headline": "feat: BQAA Java preview-readiness fixes (redaction, table bootstrap, …",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-09T18:07:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66fa921e5af2054b9274100039f4a2cefef7964a",
"body": "`adkToMcpToolType` called `Optional.get()` on `parameters()` unguarded, so a\npresent declaration with no parameters (a valid no-argument tool) threw\n`NoSuchElementException`. Build the MCP tool without an input schema when\nparameters are absent.\n\nAlso make the method static so the utility class (`final`, `private`\nconstructor) is actually callable, and add `ConversionUtilsTest`.\n\nPiperOrigin-RevId: 945099824",
"is_bot": false,
"headline": "fix(mcp): guard empty tool parameters in `adkToMcpToolType`",
"author_name": "Miłosz Sobczyk",
"author_login": "MiloszSobczyk",
"committed_at": "2026-07-09T14:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c3d328cb07eb371cbf809e3263e08fdc5c4c8e5",
"body": "Spring AI OpenAI 2.0.0 casts `Prompt.getOptions()` directly to `OpenAiChatOptions` in `createRequest()` and only substitutes the model's own options when the prompt options are null. ADK built a provider-neutral `DefaultToolCallingChatOptions` whenever tools or generation config were present, so too\n[…]\nings such as API key, base URL, and model name. Falls back to the previous provider-neutral behavior when the model's options are unavailable or not tool-calling capable.\n\nPiperOrigin-RevId: 945007278",
"is_bot": false,
"headline": "fix: preserve provider ChatOptions type to prevent ClassCastException",
"author_name": "Miłosz Sobczyk",
"author_login": "MiloszSobczyk",
"committed_at": "2026-07-09T10:07:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7a4113e02d04aa17d62aaf3785b00306bb9eb815",
"body": "…tory\n\nPreserve the existing behavior of resolving absolute and relative (including\n`..`) AgentTool config_path values, but log a deprecation warning when the\nresolved path escapes the agent's base directory. This keeps backward\ncompatibility for tools that rely on absolute or parent-relative paths while\nsurfacing the risky access pattern ahead of disallowing it in a future release.",
"is_bot": false,
"headline": "fix(agents): warn when AgentTool config_path escapes agent base direc…",
"author_name": "adilburaksen",
"author_login": "adilburaksen",
"committed_at": "2026-07-09T09:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1ce6eb19d4676e27d7f32981594279a04e429e",
"body": "PiperOrigin-RevId: 943821501",
"is_bot": false,
"headline": "Merge pull request #1292 from google:release-please--branches--main",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-07T11:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4159258d316c4cbb89a41967e66137e272143c30",
"body": null,
"is_bot": false,
"headline": "chore(main): release 1.6.1-SNAPSHOT",
"author_name": "adk-java-releases-bot",
"author_login": "adk-java-releases-bot",
"committed_at": "2026-07-07T10:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eb9e4946184b67061f5bdcf6ed2034ac9808cf8",
"body": "Merge https://github.com/google/adk-java/pull/1292\n\n:robot: I have created a release *beep* *boop*\n---\n\n## [1.6.0](https://github.com/google/adk-java/compare/v1.5.0...v1.6.0) (2026-07-06)\n\n### Features\n\n* Add ADK Issue Monitoring (Spam Detection) Agent sample for Java ([fd45dda](https://github.com/g\n[…]\nelease-please).\n\nCOPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-java/pull/1292 from google:release-please--branches--main 9eb8724c1e2cb2c9c20ebc1235b4dea60e275b95\nPiperOrigin-RevId: 943753451",
"is_bot": false,
"headline": "chore(main): release 1.6.0",
"author_name": "adk-java-releases-bot",
"author_login": "adk-java-releases-bot",
"committed_at": "2026-07-07T08:58:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe6c68325b5f8300500a06c7cb5444a60f147e5d",
"body": "PiperOrigin-RevId: 943748488",
"is_bot": false,
"headline": "fix: subscribe to appendEvent Single in runLive",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-07T08:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b3517e1b88a6547a2419f9c60a7e294380f228",
"body": "gemini-2.0-flash has been retired and returns HTTP 404, so the live Gemini\nAPI integration test always failed. Use the gemini-flash-latest alias\ninstead.\n\nPiperOrigin-RevId: 943746233",
"is_bot": false,
"headline": "test: bump GeminiApiIntegrationTest to gemini-flash-latest",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-07T08:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9b39546728db9b776769fb5465aa54947ce488",
"body": "…unction calls before responses\n\nRunConfig flag, off by default, that buffers function responses in the Contents\nrequest processor and flushes them after their function calls. When disabled (the\ndefault) responses stay paired with their call, preserving existing behavior.\n\nPiperOrigin-RevId: 943329408",
"is_bot": false,
"headline": "feat(flows): add RunConfig.groupFunctionResponsesInHistory to group f…",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-06T16:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd243e6c2d3a37aa4fd5ccda0a2b401043fd63b4",
"body": "…h-traversal\n\nPiperOrigin-RevId: 943170336",
"is_bot": false,
"headline": "Merge pull request #1331 from adilburaksen:fix/local-skill-source-pat…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-06T10:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55392f64b554adf2d46ff7f9824ec4fd87434340",
"body": "LocalSkillSource resolved skill names and resource paths from caller input\ndirectly against skillsBasePath without validating containment, so a name or\npath containing \"..\" or an absolute path could escape the skills base\ndirectory (arbitrary read of files outside the configured skills root, e.g.\ncr\n[…]\nt SKILL_NOT_FOUND.\n\nAdd tests for skill-name traversal, resource-path traversal, findSkillMdPath\n(loadFrontmatter) traversal, and absolute-path rejection, each asserting on\nthe specific error message.",
"is_bot": false,
"headline": "fix(skills): prevent path traversal in LocalSkillSource",
"author_name": "adilburaksen",
"author_login": "adilburaksen",
"committed_at": "2026-07-06T09:31:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d06760b5930877b6bd33a14a0825b3832a627ea",
"body": "PiperOrigin-RevId: 943121647",
"is_bot": false,
"headline": "ADK changes",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-06T08:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8be90d24ef87efdb06881e471a1396c2a281564",
"body": "The streaming response aggregator only accumulated text and function-call\nparts, so any other part (an image returned as inline data, server-side tool\ncalls/responses, etc.) was dropped from the final aggregated response when text\naccompanied it. Mirror ADK Python and preserve any part that is not text or a\nfunction call, keeping the existing exclusion of standalone thought-signature\nparts.\n\nPiperOrigin-RevId: 942147787",
"is_bot": false,
"headline": "fix: preserve non-text output in streaming responses",
"author_name": "Mateusz Krawiec",
"author_login": null,
"committed_at": "2026-07-03T15:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd459457c917f83c0667480b7fc443794f63da8",
"body": "A long-running tool (e.g. a human-in-the-loop request) that returns no\nimmediate result defers its response until the caller supplies it later.\nThe framework built an empty function-response for such a call and\nre-invoked the model with that placeholder, so the model proceeded on an\nempty result -- \n[…]\ninal_response, which returns true when long_running_tool_ids is\nset (in both the 1.x and 2.0 branches), and the output-key guard mirrors\nADK Python's output_key handling.\n\nPiperOrigin-RevId: 942146191",
"is_bot": false,
"headline": "fix(flows): end invocation on a deferred long-running tool call",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-07-03T15:08:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d1b1d927f36c23cf50ef8a5abcf475c0215edd01",
"body": "…vice\n\n- listSessions now sends the user id as a quoted, escaped AIP-160 filter\n literal so its contents cannot alter the query.\n- getSession and deleteSession verify the session belongs to the requesting\n user.\n- Session ids are validated before being used in request paths.\n\nPiperOrigin-RevId: 942103179",
"is_bot": false,
"headline": "fix: prevent cross-user session data disclosure in VertexAiSessionSer…",
"author_name": "Mateusz Krawiec",
"author_login": null,
"committed_at": "2026-07-03T12:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b087cbaf44f44d20dc946d8f2391506a2fce3d",
"body": "…ocket-origin\n\nPiperOrigin-RevId: 942029517",
"is_bot": false,
"headline": "Merge pull request #1222 from g0w6y:fix/dev-server-wildcard-cors-webs…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-03T09:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6834b366166edf3d05fa8453e7c505a06f73833e",
"body": "PiperOrigin-RevId: 941938279",
"is_bot": false,
"headline": "ADK changes",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-03T04:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec6c45dab82cf55db142e95e182154fce4da0280",
"body": "PiperOrigin-RevId: 941709147",
"is_bot": false,
"headline": "Merge pull request #1268 from svetanis:fix/graceful-jvm-shutdown",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-02T15:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ce89b958da738fe882f46b233cfae3239174b16",
"body": "PiperOrigin-RevId: 941680735",
"is_bot": false,
"headline": "refactor: Removing unused methods in Instrumentation and Tracing",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-07-02T14:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b046b6a3f72ff279fe852899d92627983baa2c2",
"body": "…hutdown\n\nThis fixes an issue where the JVM hangs waiting for background networking threads to timeout after completing an execution. Replaced default OkHttpClient builders with a new HttpUtils.createSharedHttpClient factory that injects a custom thread factory setting daemon=true.",
"is_bot": false,
"headline": "fix: use daemon threads in OkHttp dispatchers to allow graceful JVM s…",
"author_name": "svetanis",
"author_login": "svetanis",
"committed_at": "2026-07-02T02:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50290814c7821b08e8e542caddfab1113a5b8c45",
"body": "… warn on '*'\n\nPer review, retain backwards compatibility instead of changing the default\norigin allowlist:\n\n- Revert the default origins back to \"*\" (no change vs HEAD).\n- Derive the /run_live WebSocket allowed origins from adk.web.cors.origins\n instead of a hardcoded \"*\", so both HTTP CORS and the WebSocket can be\n locked down via the single property.\n- Log a startup WARN when origins is \"*\", noting it is insecure (dev only)\n and pointing users to set adk.web.cors.origins.",
"is_bot": false,
"headline": "fix(dev): keep '*' CORS default, drive WebSocket origins from config,…",
"author_name": "g0w6y",
"author_login": "g0w6y",
"committed_at": "2026-07-01T12:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bead3da8581c3c9dfaa5fd155ede3a225ae94681",
"body": "…n-issue-fix\n\nPiperOrigin-RevId: 941036781",
"is_bot": false,
"headline": "Merge pull request #1287 from hemasekhar-p:mcp-npe-with-no-descriptio…",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-01T12:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b130a605640e78dfe4d6b1e5d8d6c1a3417942b7",
"body": "PiperOrigin-RevId: 941035322",
"is_bot": false,
"headline": "Merge pull request #1281 from hemasekhar-p:liverequest-json-issue-fix",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-07-01T12:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6af87e209e9cc718fb987ef1c01665e0be2432",
"body": "PiperOrigin-RevId: 940381976",
"is_bot": false,
"headline": "Merge pull request #1286 from hemasekhar-p:googlesearch-tool-issue-fix",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-30T11:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e255192b293980ab843616dbd459ee48d5debff7",
"body": null,
"is_bot": false,
"headline": "fix: Safely handle empty model in GoogleSearchTool request processor",
"author_name": "Hemasekhar Puchuginjala",
"author_login": "hemasekhar-p",
"committed_at": "2026-06-30T08:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed64ea2ad4cfecc71faf16d150c7c80da13ac1a",
"body": null,
"is_bot": false,
"headline": "fix: Resolve NPE when McpTool description is null",
"author_name": "Hemasekhar Puchuginjala",
"author_login": "hemasekhar-p",
"committed_at": "2026-06-30T08:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e72002bb0c852726c0187f012b3f667622f46ac",
"body": "PiperOrigin-RevId: 940307398",
"is_bot": false,
"headline": "Merge pull request #1290 from jjhz:fix/function-tool-boxed-long-cast",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-30T08:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551cfb09adcace317b2bbd55ff83183d870de267",
"body": "PiperOrigin-RevId: 940306171",
"is_bot": false,
"headline": "Merge pull request #1254 from r4inee:ssu/fix-code-exec-usage-only-event",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-30T08:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cb87ae2016c6de25d2b8a7ae369c5e95a43d92",
"body": null,
"is_bot": false,
"headline": "fix: ignore usage-only responses outside bidi",
"author_name": "Simon Su",
"author_login": "r4inee",
"committed_at": "2026-06-30T04:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb733173574cec5f54c23858ce0ecdbf9c74f2f0",
"body": "Replace the hardcoded :8080 default origins with the localhost\nport-wildcard pattern (http://localhost:[*], http://127.0.0.1:[*]) so the\nallowlist no longer assumes the server runs on 8080 (it may run on any\nport, e.g. ng serve on 4200 or a user-set server.port).\n\nSwitch both origin sinks from setAl\n[…]\n be treated as a literal and match nothing.\n\nSecurity posture is unchanged: any localhost port is allowed, while remote\norigins, suffix tricks (evil.localhost.com) and non-http schemes remain\nblocked.",
"is_bot": false,
"headline": "fix(dev): use localhost port wildcard for default CORS/WebSocket origins",
"author_name": "g0w6y",
"author_login": "g0w6y",
"committed_at": "2026-06-29T16:34:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4225b07ed356b5fc0a70c0620b42cbef297d722d",
"body": "…, and issue triage workflows\n\nPiperOrigin-RevId: 939834590",
"is_bot": false,
"headline": "fix: Make dry_run configurable for ADK Java PR triage, spam detection…",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-29T14:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cde3798d86d7754f98c258f59fa5cfad4d0352e",
"body": "PiperOrigin-RevId: 939794996",
"is_bot": false,
"headline": "Merge pull request #1253 from r4inee:ssu/fix-rxjava-tracing-context",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-29T13:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a2ec992713a4e215c93539ea1866d9469e78fd",
"body": "find_doc_issues filters open docs issues by code repository, and the agent only\ndocuments Java, so the analyzer no longer mixes languages.\n\nPiperOrigin-RevId: 939780483",
"is_bot": false,
"headline": "fix: scope ADK Java docs release analyzer to a single language",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-29T12:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cefd978472e0651f320464f709a0e91a5e85ff47",
"body": "PiperOrigin-RevId: 939766557",
"is_bot": false,
"headline": "ci: validate conventional commit PR titles",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-29T11:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a558c50b4a21f12f6b807f850390bba2832381d1",
"body": "PiperOrigin-RevId: 939740301",
"is_bot": false,
"headline": "Merge pull request #1161 from hemasekhar-p:springai-metadata-missing-fix",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-29T10:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3eae1cb3c41fbef321aac98c19b822f451e9f9",
"body": "PiperOrigin-RevId: 939712788",
"is_bot": false,
"headline": "Merge pull request #1288 from hemasekhar-p:toolconfig-json-issue-fix",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-29T09:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d667db8e4f18633f15e5fd375f45b036c2801048",
"body": null,
"is_bot": false,
"headline": "fix: Move @JsonCreator inside LiveRequest Builder",
"author_name": "Hemasekhar Puchuginjala",
"author_login": "hemasekhar-p",
"committed_at": "2026-06-29T09:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0edd41bfa30388f03092d70813e1136cee3295d",
"body": "PiperOrigin-RevId: 939688298",
"is_bot": false,
"headline": "fix:Make stale issue workflow configurable for dry runs",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-29T08:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f69293ecfe2eb92b48b3cc9d58b60c71758481",
"body": null,
"is_bot": false,
"headline": "fix: map ChatResponse usage metadata to LlmResponse",
"author_name": "Hemasekhar Puchuginjala",
"author_login": "hemasekhar-p",
"committed_at": "2026-06-29T05:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587073a23ea781efd44990ad440b52caace3db4f",
"body": "Introduces ClassPathSkillSource to the ADK core library to support loading skills directly from the Java classpath. This enables unified and incremental loading of skills, avoiding duplicate logic in downstream clients.\n\nPiperOrigin-RevId: 938697445",
"is_bot": false,
"headline": "feat: Add ClassPathSkillSource to load skills from the Java classpath",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-26T18:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3068c52765a8feb0aee2710f2b7cdc44522f9f1",
"body": "PiperOrigin-RevId: 938606309",
"is_bot": false,
"headline": "Merge pull request #1298 from ddobrin:spring-update",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-26T15:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37bb5e6a7b01470d9f07a7b03ac3019bb7ddcc14",
"body": "- Drop the special-case buffering of function responses for \"gemini-3\" models;\n responses are merged regardless of model name.\n- Emit each streaming function-call chunk as a partial and bundle the accumulated\n calls into a final aggregated response.\n- Merge function-call arguments streamed across \n[…]\n an error code.\n- Stop persisting partial events in the Runner so managed session services (e.g.\n VertexAiSessionService) no longer store duplicate function-call events.\n\nPiperOrigin-RevId: 938566833",
"is_bot": false,
"headline": "fix(gemini): align streaming function-call handling with ADK Python",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-26T13:53:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f6665b2734d6c3a610c069f30fa305ea137f35a",
"body": "Removed unused dependencies.",
"is_bot": false,
"headline": "feat: Updated Spring AI to 2.0.0, ECJ, build works with Java 25",
"author_name": "ddobrin",
"author_login": "ddobrin",
"committed_at": "2026-06-26T13:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f70c972861d4d50efdca40e90209d7fd69c32c3c",
"body": "….0) build\n\nReplace the dev server's bundled adk-web assets with the build shipped in ADK\nPython v1 (google-adk 1.34.0; bundle main-TCIQIOZ3.js). This newer build\ncorrectly handles streaming partial events (skips partial function-call events\nand merges streaming text), fixing duplicated text and duplicated function-call\ncards shown in the dev UI during token streaming. The v1 build is used rather\nthan the v2 build to stay compatible with the 1.x Java backend.\n\nPiperOrigin-RevId: 938552583",
"is_bot": false,
"headline": "chore(dev): refresh bundled adk-web dev UI to the ADK Python v1 (1.34…",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-26T13:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2818c95d346043f0dc8c25d245ca6a5cb83238fe",
"body": "PiperOrigin-RevId: 938482159",
"is_bot": false,
"headline": "Merge pull request #1266 from svetanis:fix-openai-json-schema-compliance",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-26T09:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "407478bc131721c23318a3f8e8a06521490494e9",
"body": "… when resumability is enabled\n\nGated behind App.resumabilityConfig (opt-in, off by default), mirroring Python\nADK v1's ResumabilityConfig.is_resumable. When enabled, a resumed function\nresponse re-enters its call's top-most SequentialAgent ancestor and fast-forwards\nto the paused sub-agent, so the \n[…]\ng Python ADK v1, so a resumed agent does not keep re-calling\nthe model (a runaway loop that burns tokens). ParallelAgent needs no change: each\nbranch pauses via the flow.\n\nPiperOrigin-RevId: 938479982",
"is_bot": false,
"headline": "feat: advance SequentialAgent to later sub-agents after a HITL resume…",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-26T09:43:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a27cfee10d776f64e3a07c0a7ac0909ec99b244e",
"body": "PiperOrigin-RevId: 938478100",
"is_bot": false,
"headline": "Merge pull request #1261 from hemasekhar-p:claude-token-usage-fix",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-26T09:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "784dd98f658357c4149cc85a8f53d5a67f645987",
"body": "…st errors",
"is_bot": false,
"headline": "Enforce strict JSON Schema compliance to prevent OpenAI 400 Bad Reque…",
"author_name": "svetanis",
"author_login": "svetanis",
"committed_at": "2026-06-26T01:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc32948b462e8cc17c366c661f29564aade5c93e",
"body": null,
"is_bot": false,
"headline": "fix: widen Integer to Long in castValue() for boxed Long parameter",
"author_name": "James Jiang",
"author_login": "jjhz",
"committed_at": "2026-06-25T15:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9831733c9af61ce2fa84afb07a1f007083619067",
"body": "Replace the build-helper source-root hack (which forced each sample to re-exclude\nevery sibling in the compiler, source, and javadoc plugins) with a\ngoogle-adk-sample-github-tools module that samples depend on under the standard\nsrc/main/java layout.\n\nPiperOrigin-RevId: 937894603",
"is_bot": false,
"headline": "refactor: Extract shared GitHubTools into its own sample module",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-25T11:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd45dda7c07dfd241ff6650d41a323857bfd632e",
"body": "PiperOrigin-RevId: 937865734",
"is_bot": false,
"headline": "feat: Add ADK Issue Monitoring (Spam Detection) Agent sample for Java",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-25T09:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456234f264f519796609bbfc0556932b34a7f7a0",
"body": "…yzer workflow\n\nPiperOrigin-RevId: 937855186",
"is_bot": false,
"headline": "fix: Use existing secrets and built-in token in ADK docs release anal…",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-25T09:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6d41cff76682bc16b9871f3f3fd5a11cb1cccf9",
"body": "PiperOrigin-RevId: 937853010",
"is_bot": false,
"headline": "fix(core): allow Long values to match INTEGER schema type",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-25T09:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f76c5f98ce15759723b1e21f4c0c6485a1c810fd",
"body": null,
"is_bot": false,
"headline": "fix: map token usage metadata for Anthropic Claude model",
"author_name": "Hemasekhar Puchuginjala",
"author_login": "hemasekhar-p",
"committed_at": "2026-06-25T06:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3573b0ebcd5750eb3eff603da896e4007312577c",
"body": "Build and test ADK Java against Java 25 (latest LTS) in addition to\nJava 17 and 21.\n\nPiperOrigin-RevId: 937330245",
"is_bot": false,
"headline": "chore: Add Java 25 to GitHub CI validation matrix.",
"author_name": "Damian Momot",
"author_login": "damianmomotgoogle",
"committed_at": "2026-06-24T14:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bd2dde4b1e26896815a23c686c9068b10e5397",
"body": "PiperOrigin-RevId: 937109250",
"is_bot": false,
"headline": "feat: Adds the ADK Stale Issue Auditor sample",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-24T05:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df737840299cd2369a699abb4bd6028d7da1a630",
"body": "Adds end-to-end routing for apigee/openai/* models through an OpenAI-compatible\nchat-completions backend:\n\n - ChatCompletionsClient interface + ChatCompletionsHttpClient (OkHttp) impl.\n - ApigeeLlm.ApiType (CHAT_COMPLETIONS / GENAI), auto-detected from the model\n prefix or set explicitly via Builder.apiType.\n - Streaming and non-streaming response paths (see screenshots).\n\nPiperOrigin-RevId: 936778429",
"is_bot": false,
"headline": "feat: Add chat-completions API support to ApigeeLlm",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-23T18:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0e9588606ed75a006750ebc02b19d3daa94b5ad",
"body": null,
"is_bot": false,
"headline": "Fix RxJava tracing context propagation",
"author_name": "Simon Su",
"author_login": "r4inee",
"committed_at": "2026-06-23T14:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14f6442c5a0f11d7772d8c47d92cc23013d0010",
"body": "PiperOrigin-RevId: 936622591",
"is_bot": false,
"headline": "feat: Add ADK PR Triaging Agent for google/adk-java",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-23T13:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9443825bf9ecbaa6af5ee28f3fad8d162d74fa",
"body": "PiperOrigin-RevId: 935997601",
"is_bot": false,
"headline": "feat: Add ADK Java Issue Triaging Agent sample",
"author_name": "Google Team Member",
"author_login": "google-genai-bot",
"committed_at": "2026-06-22T12:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37378853d2e6a95c1fe9cc7e790fb8f021a5ce97",
"body": "PiperOrigin-RevId: 935957207",
"is_bot": false,
"headline": "Merge pull request #1291 from google:release-please--branches--main",
"author_name": "Copybara-Service",
"author_login": "copybara-github",
"committed_at": "2026-06-22T10:18:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 863,
"latest_release_at": "2026-07-20T13:09:53Z",
"latest_release_tag": "v1.7.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 52,
"days_since_latest_release": 6,
"mean_days_between_releases": 14.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "com.google.adk:google-adk-a2a",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-a2a",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/google-adk-a2a",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:19Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-dev",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-dev",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/google-adk-dev",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/google-adk",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:28Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-maven-plugin",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-maven-plugin",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/google-adk-maven-plugin",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-planners",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-planners",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/contrib/google-adk-planners",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-spring-ai",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-spring-ai",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/contrib/google-adk-spring-ai",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:26Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-langchain4j",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-langchain4j",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/contrib/google-adk-langchain4j",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:19Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-tutorials-city-time-weather",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-tutorials-city-time-weather",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/tutorials/google-adk-tutorials-city-time-weather",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-firestore-session-service",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-firestore-session-service",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/contrib/google-adk-firestore-session-service",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "com.google.adk:google-adk-tutorials-live-audio-single-agent",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": false,
"registry_url": "https://central.sonatype.com/artifact/com.google.adk/google-adk-tutorials-live-audio-single-agent",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "git@github.com/google:adk-java.git/tutorials/google-adk-tutorials-live-audio-single-agent",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T14:03:28Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 380,
"stars": 1660,
"watchers": 29,
"fork_history": {
"days": [
{
"date": "2025-05-20",
"count": 2
},
{
"date": "2025-05-21",
"count": 2
},
{
"date": "2025-05-22",
"count": 3
},
{
"date": "2025-05-23",
"count": 2
},
{
"date": "2025-05-26",
"count": 2
},
{
"date": "2025-05-27",
"count": 2
},
{
"date": "2025-05-28",
"count": 2
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-05-31",
"count": 2
},
{
"date": "2025-06-01",
"count": 2
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-07",
"count": 2
},
{
"date": "2025-06-08",
"count": 2
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-10",
"count": 3
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-16",
"count": 2
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-18",
"count": 2
},
{
"date": "2025-06-20",
"count": 3
},
{
"date": "2025-06-21",
"count": 1
},
{
"date": "2025-06-23",
"count": 3
},
{
"date": "2025-06-24",
"count": 4
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-06-26",
"count": 2
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-03",
"count": 2
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-06",
"count": 3
},
{
"date": "2025-07-08",
"count": 3
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-12",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-19",
"count": 2
},
{
"date": "2025-07-22",
"count": 2
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-01",
"count": 3
},
{
"date": "2025-08-04",
"count": 2
},
{
"date": "2025-08-05",
"count": 2
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-10",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-15",
"count": 2
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-26",
"count": 2
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-02",
"count": 2
},
{
"date": "2025-09-03",
"count": 3
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-06",
"count": 2
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-13",
"count": 2
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-24",
"count": 4
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-26",
"count": 3
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-09-29",
"count": 2
},
{
"date": "2025-09-30",
"count": 2
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-15",
"count": 3
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-20",
"count": 2
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-10-24",
"count": 3
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-11-03",
"count": 2
},
{
"date": "2025-11-04",
"count": 2
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-09",
"count": 4
},
{
"date": "2025-11-10",
"count": 4
},
{
"date": "2025-11-11",
"count": 5
},
{
"date": "2025-11-12",
"count": 3
},
{
"date": "2025-11-14",
"count": 3
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-20",
"count": 2
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-23",
"count": 2
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-26",
"count": 2
},
{
"date": "2025-11-27",
"count": 2
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-01",
"count": 3
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-03",
"count": 3
},
{
"date": "2025-12-04",
"count": 2
},
{
"date": "2025-12-05",
"count": 2
},
{
"date": "2025-12-07",
"count": 2
},
{
"date": "2025-12-08",
"count": 2
},
{
"date": "2025-12-09",
"count": 2
},
{
"date": "2025-12-10",
"count": 4
},
{
"date": "2025-12-12",
"count": 3
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-16",
"count": 2
},
{
"date": "2025-12-17",
"count": 2
},
{
"date": "2025-12-18",
"count": 3
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2026-01-07",
"count": 3
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-22",
"count": 2
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-01-29",
"count": 2
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-11",
"count": 3
},
{
"date": "2026-02-13",
"count": 2
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-25",
"count": 2
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 2
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-13",
"count": 2
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-24",
"count": 2
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-31",
"count": 3
},
{
"date": "2026-04-01",
"count": 3
},
{
"date": "2026-04-03",
"count": 3
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-08",
"count": 2
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-13",
"count": 2
},
{
"date": "2026-04-15",
"count": 2
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-30",
"count": 3
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-07",
"count": 2
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-11",
"count": 2
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-26",
"count": 2
},
{
"date": "2026-05-30",
"count": 2
},
{
"date": "2026-05-31",
"count": 2
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-09",
"count": 2
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-19",
"count": 2
},
{
"date": "2026-06-20",
"count": 2
},
{
"date": "2026-06-22",
"count": 3
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-03",
"count": 2
},
{
"date": "2026-07-08",
"count": 2
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 353,
"total_forks": 380
},
"star_history": null,
"open_issues_and_prs": 73
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [
"a2a/pom.xml",
"contrib/firestore-session-service/pom.xml",
"contrib/langchain4j/pom.xml",
"contrib/planners/pom.xml",
"contrib/samples/a2a_basic/pom.xml",
"contrib/samples/a2a_server/pom.xml",
"contrib/samples/configagent/pom.xml",
"contrib/samples/github/adkprtriaging/pom.xml",
"contrib/samples/github/adkreleasedocs/pom.xml",
"contrib/samples/github/adkspam/pom.xml",
"contrib/samples/github/adkstale/pom.xml",
"contrib/samples/github/adktriaging/pom.xml",
"contrib/samples/github/githubtools/pom.xml",
"contrib/samples/helloworld/pom.xml",
"contrib/samples/mcpfilesystem/pom.xml",
"contrib/samples/pom.xml",
"contrib/spring-ai/pom.xml",
"core/pom.xml",
"dev/pom.xml",
"maven_plugin/examples/custom_tools/pom.xml",
"maven_plugin/examples/simple-agent/pom.xml",
"maven_plugin/pom.xml",
"pom.xml",
"tutorials/city-time-weather/pom.xml",
"tutorials/live-audio-single-agent/pom.xml"
],
"largest_source_bytes": 4359508,
"source_files_sampled": 561,
"oversized_source_files": 7,
"agent_instruction_files": [
"AGENTS.md",
"GEMINI.md"
],
"agent_instruction_max_bytes": 5422
},
"dependencies": {
"manifests": [
"a2a/pom.xml",
"core/pom.xml",
"dev/pom.xml",
"maven_plugin/pom.xml",
"pom.xml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "org.bouncycastle:bcprov-jdk18on",
"direct": false,
"version": "1.82",
"severity": "critical",
"ecosystem": "maven",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-574f-3g2m-x479",
"GHSA-c3fc-8qff-9hwx",
"GHSA-p93r-85wp-75v3"
],
"fixed_version": "1.84",
"advisory_count": 3,
"oldest_advisory_days": 100
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.19.0",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-3pjw-73gf-8qr5",
"GHSA-5jmj-h7xm-6q6v",
"GHSA-hgj6-7826-r7m5",
"GHSA-j3rv-43j4-c7qm",
"GHSA-rmj7-2vxq-3g9f"
],
"fixed_version": "3.1.4",
"advisory_count": 5,
"oldest_advisory_days": 33
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"direct": false,
"version": "2.19.0",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-72hv-8253-57qq",
"GHSA-r7wm-3cxj-wff9"
],
"fixed_version": "3.2.1",
"advisory_count": 2,
"oldest_advisory_days": 149
},
{
"name": "io.netty:netty-codec-compression",
"direct": false,
"version": "4.2.7.Final",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-558v-64gr-wgg4",
"GHSA-mj4r-2hfc-f8p6"
],
"fixed_version": "4.2.16.Final",
"advisory_count": 2,
"oldest_advisory_days": 81
},
{
"name": "io.netty:netty-codec-http",
"direct": false,
"version": "4.2.7.Final",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-38f8-5428-x5cv",
"GHSA-4mp9-239f-g9hg",
"GHSA-57rv-r2g8-2cj3",
"GHSA-6cqp-g7gg-8hr5",
"GHSA-6jqx-86gh-f27w",
"GHSA-84h7-rjj3-6jx4",
"GHSA-f6hv-jmp6-3vwv",
"GHSA-gcjf-9mgh-3p7g",
"GHSA-hvcg-qmg6-jm4c",
"GHSA-jppx-w49h-x2qq"
],
"fixed_version": "4.2.16.Final",
"advisory_count": 16,
"oldest_advisory_days": 223
},
{
"name": "io.netty:netty-handler",
"direct": false,
"version": "4.2.7.Final",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-3qp7-7mw8-wx86",
"GHSA-c653-97m9-rcg9",
"GHSA-x4gw-5cx5-pgmh"
],
"fixed_version": "4.2.15.Final",
"advisory_count": 3,
"oldest_advisory_days": 48
},
{
"name": "io.netty:netty-transport-classes-epoll",
"direct": false,
"version": "4.2.7.Final",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-rwm7-x88c-3g2p"
],
"fixed_version": "4.2.13.Final",
"advisory_count": 1,
"oldest_advisory_days": 81
},
{
"name": "tools.jackson.core:jackson-core",
"direct": false,
"version": "3.0.3",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2m67-wjpj-xhg9",
"GHSA-6v53-7c9g-w56r",
"GHSA-72hv-8253-57qq",
"GHSA-r7wm-3cxj-wff9"
],
"fixed_version": "3.2.1",
"advisory_count": 4,
"oldest_advisory_days": 149
},
{
"name": "tools.jackson.core:jackson-databind",
"direct": false,
"version": "3.0.3",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-3pjw-73gf-8qr5",
"GHSA-5gvw-p9qm-jgwh",
"GHSA-5hh8-q8hv-fr38",
"GHSA-9fxm-vc8v-hj55",
"GHSA-hgj6-7826-r7m5",
"GHSA-j3rv-43j4-c7qm",
"GHSA-rcqc-6cw3-h962",
"GHSA-rmj7-2vxq-3g9f"
],
"fixed_version": "3.2.1",
"advisory_count": 8,
"oldest_advisory_days": 33
},
{
"name": "io.netty:netty-common",
"direct": false,
"version": "4.1.104.Final",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 5.5,
"advisory_ids": [
"GHSA-389x-839f-4rhx",
"GHSA-xq3w-v528-46rv"
],
"fixed_version": "4.1.118.Final",
"advisory_count": 2,
"oldest_advisory_days": 621
},
{
"name": "io.netty:netty-handler-proxy",
"direct": false,
"version": "4.2.7.Final",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-45q3-82m4-75jr"
],
"fixed_version": "4.2.13.Final",
"advisory_count": 1,
"oldest_advisory_days": 81
},
{
"name": "io.netty:netty-transport-native-epoll",
"direct": false,
"version": "4.2.7.Final",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 4,
"advisory_ids": [
"GHSA-w573-9ffj-6ff9"
],
"fixed_version": "4.2.15.Final",
"advisory_count": 1,
"oldest_advisory_days": 48
},
{
"name": "io.netty:netty-transport-native-kqueue",
"direct": false,
"version": "4.2.7.Final",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 4,
"advisory_ids": [
"GHSA-w573-9ffj-6ff9"
],
"fixed_version": "4.2.15.Final",
"advisory_count": 1,
"oldest_advisory_days": 48
},
{
"name": "io.opentelemetry:opentelemetry-api",
"direct": false,
"version": "1.51.0",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-rcgg-9c38-7xpx"
],
"fixed_version": "1.62.0",
"advisory_count": 1,
"oldest_advisory_days": 73
},
{
"name": "org.bouncycastle:bcpkix-jdk18on",
"direct": false,
"version": "1.82",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-wg6q-6289-32hp"
],
"fixed_version": "1.84",
"advisory_count": 1,
"oldest_advisory_days": 102
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 8,
"critical": 1,
"moderate": 6
},
"advisory_count": 51,
"affected_count": 15,
"assessed_count": 223,
"malicious_count": 0,
"assessed_package": "maven:com.google.adk:google-adk-a2a@1.7.0",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "com.google.adk:google-adk",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${google.adk.version}"
},
{
"name": "com.google.guava:guava",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${guava.version}"
},
{
"name": "com.google.errorprone:error_prone_annotations",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.core:jackson-annotations",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jackson.version}"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jackson.version}"
},
{
"name": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jackson.version}"
},
{
"name": "com.fasterxml.jackson.module:jackson-module-parameter-names",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jackson.version}"
},
{
"name": "io.reactivex.rxjava3:rxjava",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.jspecify:jspecify",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jspecify.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-spec",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${a2a.sdk.version}"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-transport-rest",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${a2a.sdk.version}"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-http-client",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${a2a.sdk.version}"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-client",
"manifest": "a2a/pom.xml",
"ecosystem": "maven",
"version_constraint": "${a2a.sdk.version}"
},
{
"name": "com.anthropic:anthropic-java",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.anthropic:anthropic-java-vertex",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.cloud:google-cloud-speech",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.cloud:google-cloud-aiplatform",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.github.docker-java:docker-java",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.github.docker-java:docker-java-transport-httpclient5",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.modelcontextprotocol.sdk:mcp",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.auth:google-auth-library-oauth2-http",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.cloud:google-cloud-storage",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.genai:google-genai",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.squareup.okhttp3:okhttp",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.squareup.okhttp3:okhttp-jvm",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.guava:guava",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": "33.0.0-jre"
},
{
"name": "com.google.errorprone:error_prone_annotations",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.core:jackson-annotations",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.datatype:jackson-datatype-jdk8",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.protobuf:protobuf-java",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.java-websocket:Java-WebSocket",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.jspecify:jspecify",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.reactivex.rxjava3:rxjava",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.projectreactor:reactor-core",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-api",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-exporter-otlp",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk-logs",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk-trace",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.cloud:google-cloud-bigquery",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.40.0"
},
{
"name": "org.apache.arrow:arrow-vector",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": "17.0.0"
},
{
"name": "org.apache.arrow:arrow-memory-core",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": "17.0.0"
},
{
"name": "org.apache.arrow:arrow-memory-netty",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": "17.0.0"
},
{
"name": "io.opentelemetry:opentelemetry-bom",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": "${otel.version}"
},
{
"name": "org.springframework.boot:spring-boot-dependencies",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "com.google.adk:google-adk",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-websocket",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.apache.httpcomponents.client5:httpclient5",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "guru.nidi:graphviz-java",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk-common",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-api",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-exporter-otlp",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk-logs",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk-trace",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk-metrics",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.flipkart.zjsonpatch:zjsonpatch",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": "0.4.16"
},
{
"name": "com.google.adk:google-adk-a2a",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.adk:google-adk-a2a-webservice",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.adk:google-adk-sample-a2a-remote",
"manifest": "dev/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.adk:google-adk",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.adk:google-adk-dev",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.guava:guava",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-devtools",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-websocket",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-simple",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.apache.httpcomponents.client5:httpclient5",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "guru.nidi:graphviz-java",
"manifest": "maven_plugin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson:jackson-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${jackson.version}"
},
{
"name": "io.netty:netty-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${netty.version}"
},
{
"name": "com.google.cloud:libraries-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "26.76.0"
},
{
"name": "io.opentelemetry:opentelemetry-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${otel.version}"
},
{
"name": "org.springframework.boot:spring-boot-dependencies",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "dev.langchain4j:langchain4j-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${langchain4j.version}"
},
{
"name": "org.junit:junit-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${junit.version}"
},
{
"name": "com.squareup.okhttp3:okhttp-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${okhttp.version}"
},
{
"name": "com.anthropic:anthropic-java",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${anthropic.version}"
},
{
"name": "com.anthropic:anthropic-java-vertex",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${anthropic.version}"
},
{
"name": "com.github.docker-java:docker-java",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${docker-java.version}"
},
{
"name": "com.github.docker-java:docker-java-transport-httpclient5",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${docker-java.version}"
},
{
"name": "io.modelcontextprotocol.sdk:mcp",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${mcp.version}"
},
{
"name": "com.google.genai:google-genai",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${google.genai.version}"
},
{
"name": "com.google.auto.value:auto-value-annotations",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${auto-value.version}"
},
{
"name": "com.google.errorprone:error_prone_annotations",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${errorprone.version}"
},
{
"name": "com.google.protobuf:protobuf-java",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${protobuf.version}"
},
{
"name": "org.java-websocket:Java-WebSocket",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${java-websocket.version}"
},
{
"name": "org.slf4j:slf4j-simple",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "com.google.truth:truth",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${truth.version}"
},
{
"name": "org.mockito:mockito-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${mockito.version}"
},
{
"name": "net.bytebuddy:byte-buddy",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.18.2"
},
{
"name": "org.jspecify:jspecify",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${jspecify.version}"
},
{
"name": "io.reactivex.rxjava3:rxjava",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${rxjava.version}"
},
{
"name": "io.projectreactor:reactor-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${reactor-core.version}"
},
{
"name": "com.github.tomakehurst:wiremock-jre8",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${wiremock.version}"
},
{
"name": "guru.nidi:graphviz-java",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${graphviz.version}"
},
{
"name": "org.apache.maven:maven-plugin-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${maven.version}"
},
{
"name": "org.apache.maven:maven-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${maven.version}"
},
{
"name": "org.apache.maven.plugin-tools:maven-plugin-annotations",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${maven-plugin-tools.version}"
},
{
"name": "org.apache.httpcomponents.client5:httpclient5",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${httpclient5.version}"
},
{
"name": "org.assertj:assertj-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${assertj.version}"
},
{
"name": "me.fabriciorby:maven-surefire-junit5-tree-reporter",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "0.1.0"
},
{
"name": "com.google.googlejavaformat:google-java-format",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.27.0"
},
{
"name": "com.google.adk:google-adk",
"manifest": "contrib/firestore-session-service/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.adk:google-adk-dev",
"manifest": "contrib/firestore-session-service/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.genai:google-genai",
"manifest": "contrib/firestore-session-service/pom.xml",
"ecosystem": "maven",
"version_constraint": "${google.genai.version}"
},
{
"name": "com.google.cloud:google-cloud-firestore",
"manifest": "contrib/firestore-session-service/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "dev.langchain4j:langchain4j-bom",
"manifest": "contrib/langchain4j/pom.xml",
"ecosystem": "maven",
"version_constraint": "${langchain4j.version}"
},
{
"name": "org.junit:junit-bom",
"manifest": "contrib/langchain4j/pom.xml",
"ecosystem": "maven",
"version_constraint": "${junit.version}"
},
{
"name": "dev.langchain4j:langchain4j-core",
"manifest": "contrib/langchain4j/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.adk:google-adk",
"manifest": "contrib/langchain4j/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.genai:google-genai",
"manifest": "contrib/langchain4j/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.modelcontextprotocol.sdk:mcp",
"manifest": "contrib/langchain4j/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.adk:google-adk",
"manifest": "contrib/planners/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.genai:google-genai",
"manifest": "contrib/planners/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.ai:spring-ai-bom",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-ai.version}"
},
{
"name": "org.junit:junit-bom",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": "${junit.version}"
},
{
"name": "org.testcontainers:testcontainers-bom",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": "${testcontainers.version}"
},
{
"name": "org.springframework.ai:spring-ai-model",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.adk:google-adk",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.adk:google-adk-dev",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.genai:google-genai",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.modelcontextprotocol.sdk:mcp",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-autoconfigure",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-configuration-processor",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.micrometer:micrometer-core",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "jakarta.validation:jakarta.validation-api",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.hibernate.validator:hibernate-validator",
"manifest": "contrib/spring-ai/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.adk:google-adk-dev",
"manifest": "tutorials/city-time-weather/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.google.adk:google-adk-dev",
"manifest": "tutorials/live-audio-single-agent/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.slf4j:slf4j-simple",
"manifest": "tutorials/live-audio-single-agent/pom.xml",
"ecosystem": "maven",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "com.anthropic:anthropic-java",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.anthropic:anthropic-java",
"direct": true,
"version": "2.15.0",
"ecosystem": "maven"
},
{
"name": "com.anthropic:anthropic-java-vertex",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.anthropic:anthropic-java-vertex",
"direct": true,
"version": "2.15.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-annotations",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-annotations",
"direct": true,
"version": "2.19.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.19.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.datatype:jackson-datatype-jdk8",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"direct": true,
"version": "2.19.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.module:jackson-module-parameter-names",
"direct": true,
"version": "2.19.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson:jackson-bom",
"direct": true,
"version": "2.20.2",
"ecosystem": "maven"
},
{
"name": "com.flipkart.zjsonpatch:zjsonpatch",
"direct": true,
"version": "0.4.16",
"ecosystem": "maven"
},
{
"name": "com.github.docker-java:docker-java",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.github.docker-java:docker-java",
"direct": true,
"version": "3.7.0",
"ecosystem": "maven"
},
{
"name": "com.github.docker-java:docker-java-transport-httpclient5",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.github.docker-java:docker-java-transport-httpclient5",
"direct": true,
"version": "3.7.0",
"ecosystem": "maven"
},
{
"name": "com.github.tomakehurst:wiremock-jre8",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.github.tomakehurst:wiremock-jre8",
"direct": true,
"version": "2.35.1",
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk",
"direct": true,
"version": "1.7.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk-a2a",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk-a2a",
"direct": true,
"version": "1.7.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk-a2a-webservice",
"direct": true,
"version": "1.7.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk-dev",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk-dev",
"direct": true,
"version": "1.7.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk-sample-a2a-remote",
"direct": true,
"version": "1.7.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "com.google.auth:google-auth-library-oauth2-http",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.auto.value:auto-value-annotations",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.auto.value:auto-value-annotations",
"direct": true,
"version": "1.11.1",
"ecosystem": "maven"
},
{
"name": "com.google.cloud:google-cloud-aiplatform",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.cloud:google-cloud-bigquery",
"direct": true,
"version": "2.40.0",
"ecosystem": "maven"
},
{
"name": "com.google.cloud:google-cloud-firestore",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.cloud:google-cloud-speech",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.cloud:google-cloud-storage",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.cloud:libraries-bom",
"direct": true,
"version": "26.76.0",
"ecosystem": "maven"
},
{
"name": "com.google.errorprone:error_prone_annotations",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.errorprone:error_prone_annotations",
"direct": true,
"version": "2.47.0",
"ecosystem": "maven"
},
{
"name": "com.google.genai:google-genai",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.genai:google-genai",
"direct": true,
"version": "1.58.0",
"ecosystem": "maven"
},
{
"name": "com.google.googlejavaformat:google-java-format",
"direct": true,
"version": "1.27.0",
"ecosystem": "maven"
},
{
"name": "com.google.guava:guava",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.guava:guava",
"direct": true,
"version": "33.0.0-jre",
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java",
"direct": true,
"version": "4.33.5",
"ecosystem": "maven"
},
{
"name": "com.google.truth:truth",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.truth:truth",
"direct": true,
"version": "1.4.4",
"ecosystem": "maven"
},
{
"name": "com.google.truth:truth",
"direct": true,
"version": "1.4.5",
"ecosystem": "maven"
},
{
"name": "com.squareup.okhttp3:okhttp",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.squareup.okhttp3:okhttp-bom",
"direct": true,
"version": "5.3.2",
"ecosystem": "maven"
},
{
"name": "com.squareup.okhttp3:okhttp-jvm",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "dev.langchain4j:langchain4j-bom",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "dev.langchain4j:langchain4j-bom",
"direct": true,
"version": "1.12.2",
"ecosystem": "maven"
},
{
"name": "dev.langchain4j:langchain4j-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "guru.nidi:graphviz-java",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "guru.nidi:graphviz-java",
"direct": true,
"version": "0.18.1",
"ecosystem": "maven"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-client",
"direct": true,
"version": "0.3.0.Beta1",
"ecosystem": "maven"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-client",
"direct": true,
"version": "0.3.2",
"ecosystem": "maven"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-http-client",
"direct": true,
"version": "0.3.2",
"ecosystem": "maven"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-spec",
"direct": true,
"version": "0.3.0.Beta1",
"ecosystem": "maven"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-spec",
"direct": true,
"version": "0.3.2",
"ecosystem": "maven"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-transport-rest",
"direct": true,
"version": "0.3.2",
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.modelcontextprotocol.sdk:mcp",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.modelcontextprotocol.sdk:mcp",
"direct": true,
"version": "1.1.2",
"ecosystem": "maven"
},
{
"name": "io.netty:netty-bom",
"direct": true,
"version": "4.1.118",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-bom",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-bom",
"direct": true,
"version": "1.51.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-exporter-otlp",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-common",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-logs",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-metrics",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-trace",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.projectreactor:reactor-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.projectreactor:reactor-core",
"direct": true,
"version": "3.7.0",
"ecosystem": "maven"
},
{
"name": "io.reactivex.rxjava3:rxjava",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.reactivex.rxjava3:rxjava",
"direct": true,
"version": "3.1.12",
"ecosystem": "maven"
},
{
"name": "jakarta.validation:jakarta.validation-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "me.fabriciorby:maven-surefire-junit5-tree-reporter",
"direct": true,
"version": "0.1.0",
"ecosystem": "maven"
},
{
"name": "net.bytebuddy:byte-buddy",
"direct": true,
"version": "1.18.2",
"ecosystem": "maven"
},
{
"name": "org.apache.arrow:arrow-memory-core",
"direct": true,
"version": "17.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.arrow:arrow-memory-netty",
"direct": true,
"version": "17.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.arrow:arrow-vector",
"direct": true,
"version": "17.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents.client5:httpclient5",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents.client5:httpclient5",
"direct": true,
"version": "5.6.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugin-tools:maven-plugin-annotations",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugin-tools:maven-plugin-annotations",
"direct": true,
"version": "3.9.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-core",
"direct": true,
"version": "3.9.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-plugin-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-plugin-api",
"direct": true,
"version": "3.9.0",
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-core",
"direct": true,
"version": "3.27.7",
"ecosystem": "maven"
},
{
"name": "org.hibernate.validator:hibernate-validator",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.java-websocket:Java-WebSocket",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.java-websocket:Java-WebSocket",
"direct": true,
"version": "1.6.0",
"ecosystem": "maven"
},
{
"name": "org.jspecify:jspecify",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jspecify:jspecify",
"direct": true,
"version": "1.0.0",
"ecosystem": "maven"
},
{
"name": "org.junit:junit-bom",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit:junit-bom",
"direct": true,
"version": "5.11.4",
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": true,
"version": "5.23.0",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": true,
"version": "2.0.17",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-simple",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-simple",
"direct": true,
"version": "2.0.16",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-simple",
"direct": true,
"version": "2.0.17",
"ecosystem": "maven"
},
{
"name": "org.springframework.ai:spring-ai-bom",
"direct": true,
"version": "2.0.0",
"ecosystem": "maven"
},
{
"name": "org.springframework.ai:spring-ai-model",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-autoconfigure",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-configuration-processor",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-dependencies",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-dependencies",
"direct": true,
"version": "4.0.2",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-devtools",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-websocket",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.testcontainers:testcontainers-bom",
"direct": true,
"version": "1.21.3",
"ecosystem": "maven"
},
{
"name": " io.modelcontextprotocol.sdk:mcp",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.adk.samples:google-adk-sample-github-tools",
"direct": false,
"version": "1.7.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "com.google.adk:google-adk-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.auto.value:maven-compiler-plugin",
"direct": false,
"version": "3.13.0",
"ecosystem": "maven"
},
{
"name": "com.google.flogger:flogger",
"direct": false,
"version": "0.8",
"ecosystem": "maven"
},
{
"name": "com.google.flogger:flogger-system-backend",
"direct": false,
"version": "0.8",
"ecosystem": "maven"
},
{
"name": "com.google.flogger:google-extensions",
"direct": false,
"version": "0.8",
"ecosystem": "maven"
},
{
"name": "com.spotify.fmt:fmt-maven-plugin",
"direct": false,
"version": "2.27",
"ecosystem": "maven"
},
{
"name": "commons-logging:commons-logging",
"direct": false,
"version": "1.2",
"ecosystem": "maven"
},
{
"name": "dev.langchain4j:langchain4j-anthropic",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "dev.langchain4j:langchain4j-google-ai-gemini",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "dev.langchain4j:langchain4j-ollama",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "dev.langchain4j:langchain4j-open-ai",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "info.picocli:picocli",
"direct": false,
"version": "4.7.6",
"ecosystem": "maven"
},
{
"name": "io.github.a2asdk:a2a-java-sdk-reference-jsonrpc",
"direct": false,
"version": "0.3.0.Beta1",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-testing",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus.platform:quarkus-bom",
"direct": false,
"version": "3.30.6",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-arc",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jackson",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-maven-plugin",
"direct": false,
"version": "3.30.6",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-reactive-routes",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-resteasy-jackson",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": false,
"version": "4.13.2",
"ecosystem": "maven"
},
{
"name": "me.fabriciorby:maven-surefire-plugin",
"direct": false,
"version": "3.5.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-checkstyle-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-checkstyle-plugin",
"direct": false,
"version": "3.6.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.11.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.13.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-enforcer-plugin",
"direct": false,
"version": "3.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-failsafe-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-gpg-plugin",
"direct": false,
"version": "3.2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": "3.4.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": "3.6.3",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-plugin-plugin",
"direct": false,
"version": "3.13.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-source-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-source-plugin",
"direct": false,
"version": "3.3.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:build-helper-maven-plugin",
"direct": false,
"version": "3.6.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:exec-maven-plugin",
"direct": false,
"version": "3.2.0",
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": "0.8.14",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-engine",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-params",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.vintage:junit-vintage-engine",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.kohsuke:github-api",
"direct": false,
"version": "1.330",
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.sonatype.central:central-publishing-maven-plugin",
"direct": false,
"version": "0.9.0",
"ecosystem": "maven"
},
{
"name": "org.springframework.ai:spring-ai-anthropic",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.ai:spring-ai-google-genai",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.ai:spring-ai-ollama",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.ai:spring-ai-openai",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-test",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-webmvc-test",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-test",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.testcontainers:junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.testcontainers:testcontainers",
"direct": false,
"version": null,
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 179,
"direct_count": 120,
"indirect_count": 59
}
},
"maintainership": {
"issues": {
"open_prs": 38,
"merged_prs": 826,
"open_issues": 35,
"closed_ratio": 0.826,
"closed_issues": 166,
"closed_unmerged_prs": 291
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "google-genai-bot",
"commits": 459,
"avatar_url": "https://avatars.githubusercontent.com/u/194307901?v=4"
},
{
"type": "User",
"login": "copybara-github",
"commits": 144,
"avatar_url": "https://avatars.githubusercontent.com/u/32201506?v=4"
},
{
"type": "User",
"login": "Poggecci",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/61938153?v=4"
},
{
"type": "User",
"login": "tilgalas",
"commits": 81,
"avatar_url": "https://avatars.githubusercontent.com/u/17017826?v=4"
},
{
"type": "User",
"login": "vorburger",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/298598?v=4"
},
{
"type": "User",
"login": "glaforge",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/47907?v=4"
},
{
"type": "User",
"login": "Doris26",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/9499370?v=4"
},
{
"type": "User",
"login": "shukladivyansh",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/165196834?v=4"
},
{
"type": "User",
"login": "damianmomotgoogle",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/115693713?v=4"
},
{
"type": "User",
"login": "cornellgit",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/3640670?v=4"
}
],
"contributors_sampled": 54,
"top_contributor_share": 0.402
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"analyze-releases-for-adk-docs-updates.yml",
"pr-commit-check.yml",
"pr-title-check.yml",
"pr-triage-adk-java.yml",
"release-please.yaml",
"spam-detection-adk-java-issues.yml",
"stale-adk-java-issues.yml",
"triage-adk-java-issues.yml",
"validation.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 1,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 10/20 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 21 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5f13e58061d032e1935a9c028149d9ad148438f8",
"ran_at": "2026-07-27T04:45:56Z",
"aggregate_score": 5.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T00:20:22Z",
"oldest_open_prs": [
{
"number": 207,
"created_at": "2025-06-19T20:20:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 375,
"created_at": "2025-08-19T05:59:32Z",
"last_comment_at": "2026-03-02T20:39:53Z",
"last_comment_author": "ddobrin"
},
{
"number": 421,
"created_at": "2025-09-09T05:01:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 579,
"created_at": "2025-11-11T13:25:45Z",
"last_comment_at": "2026-02-17T13:03:42Z",
"last_comment_author": "glaforge"
},
{
"number": 645,
"created_at": "2025-12-04T19:31:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 647,
"created_at": "2025-12-05T12:51:40Z",
"last_comment_at": "2026-03-26T13:46:09Z",
"last_comment_author": "voborl00"
},
{
"number": 653,
"created_at": "2025-12-06T21:10:19Z",
"last_comment_at": "2026-07-22T06:59:53Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 700,
"created_at": "2026-01-02T21:23:25Z",
"last_comment_at": "2026-07-23T12:02:32Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 702,
"created_at": "2026-01-05T14:18:26Z",
"last_comment_at": "2026-07-24T05:44:11Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 733,
"created_at": "2026-01-15T08:10:46Z",
"last_comment_at": "2026-07-23T12:29:48Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 874,
"created_at": "2026-02-17T20:13:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 990,
"created_at": "2026-03-09T17:04:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1072,
"created_at": "2026-03-23T05:50:00Z",
"last_comment_at": "2026-07-22T07:40:18Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 1094,
"created_at": "2026-03-27T14:36:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1096,
"created_at": "2026-03-28T16:40:21Z",
"last_comment_at": "2026-07-23T11:55:07Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 1105,
"created_at": "2026-04-01T18:08:37Z",
"last_comment_at": "2026-07-17T08:11:40Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 1126,
"created_at": "2026-04-09T01:07:55Z",
"last_comment_at": "2026-07-23T11:47:52Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 1133,
"created_at": "2026-04-13T08:55:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1137,
"created_at": "2026-04-14T08:41:11Z",
"last_comment_at": "2026-07-14T12:17:21Z",
"last_comment_author": "damianmomotgoogle"
},
{
"number": 1141,
"created_at": "2026-04-14T18:41:17Z",
"last_comment_at": "2026-07-16T13:10:58Z",
"last_comment_author": "hemasekhar-p"
}
],
"last_merged_pr_at": "2026-07-24T09:07:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 116,
"created_at": "2025-05-26T15:09:56Z",
"last_comment_at": "2026-04-20T19:04:41Z",
"last_comment_author": "daybyter"
},
{
"number": 181,
"created_at": "2025-06-10T10:09:52Z",
"last_comment_at": "2026-03-18T20:48:21Z",
"last_comment_author": "ddobrin"
},
{
"number": 289,
"created_at": "2025-07-20T16:46:10Z",
"last_comment_at": "2025-07-27T13:24:29Z",
"last_comment_author": "vorburger"
},
{
"number": 300,
"created_at": "2025-07-25T14:45:51Z",
"last_comment_at": "2026-07-24T15:09:33Z",
"last_comment_author": "akbarkanso"
},
{
"number": 341,
"created_at": "2025-08-13T01:52:38Z",
"last_comment_at": "2026-03-10T11:54:16Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 448,
"created_at": "2025-09-20T18:49:58Z",
"last_comment_at": "2025-10-08T13:15:51Z",
"last_comment_author": "pwiecek"
},
{
"number": 516,
"created_at": "2025-10-17T16:19:42Z",
"last_comment_at": "2026-03-18T11:47:02Z",
"last_comment_author": "glaforge"
},
{
"number": 564,
"created_at": "2025-11-03T09:05:46Z",
"last_comment_at": "2026-03-04T09:35:53Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 611,
"created_at": "2025-11-24T00:22:01Z",
"last_comment_at": "2026-03-04T09:19:24Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 630,
"created_at": "2025-12-01T08:32:58Z",
"last_comment_at": "2026-03-04T09:02:18Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 642,
"created_at": "2025-12-04T12:18:26Z",
"last_comment_at": "2026-02-27T04:41:57Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 663,
"created_at": "2025-12-12T15:46:36Z",
"last_comment_at": "2026-02-27T04:39:50Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 665,
"created_at": "2025-12-15T06:23:57Z",
"last_comment_at": "2026-05-29T06:50:49Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 734,
"created_at": "2026-01-15T09:01:19Z",
"last_comment_at": "2026-06-24T17:31:02Z",
"last_comment_author": "ddobrin"
},
{
"number": 796,
"created_at": "2026-01-29T00:20:08Z",
"last_comment_at": "2026-02-27T04:38:37Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 818,
"created_at": "2026-02-05T09:26:06Z",
"last_comment_at": "2026-04-10T04:54:54Z",
"last_comment_author": "huoyinbingxin"
},
{
"number": 870,
"created_at": "2026-02-17T08:42:32Z",
"last_comment_at": "2026-02-27T04:34:16Z",
"last_comment_author": "hemasekhar-p"
},
{
"number": 898,
"created_at": "2026-02-23T20:21:27Z",
"last_comment_at": "2026-03-23T06:39:58Z",
"last_comment_author": "huoyinbingxin"
},
{
"number": 924,
"created_at": "2026-02-27T07:10:11Z",
"last_comment_at": "2026-04-29T14:59:25Z",
"last_comment_author": "tosehee"
},
{
"number": 1022,
"created_at": "2026-03-12T09:25:47Z",
"last_comment_at": "2026-03-13T05:46:23Z",
"last_comment_author": "hemasekhar-p"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/google/adk-java",
"host": "github.com",
"name": "adk-java",
"owner": "google"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"security": 53,
"vitality": 100,
"community": 87,
"governance": 71,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 100,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"commits_last_year": 863,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 52
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "52/52 weeks with commits",
"points": 36,
"status": "met",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 52
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "863 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 863
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v1.7.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 14.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~14.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 14.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 87,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"forks": 380,
"stars": 1660,
"watchers": 29,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,660 stars",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1660
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "380 forks",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 380
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "29 watchers",
"points": 8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 29
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 54,
"top_contributor_share": 0.402
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 40% of commits",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 40
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "54 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 54
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 826,
"open_issues": 35,
"closed_issues": 166,
"issue_closed_ratio": 0.826,
"closed_unmerged_prs": 291
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "826/1117 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 826,
"decided": 1117
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/20 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 76001,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "google",
"public_repos": 2888,
"account_age_days": 5304
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "76,001 followers of google",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 76001,
"login": "google"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2888 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 2888
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "9 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 9
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"agent",
"agents",
"ai",
"ai-agents",
"multi-agent",
"multi-agent-systems",
"agentic",
"agentic-ai",
"agentic-workflow",
"agents-sdk",
"aiagentframework",
"genai",
"genai-chatbot",
"llm",
"llms",
"multi-agent-system",
"multi-agents",
"multi-agents-collaboration"
],
"has_wiki": false,
"homepage": "https://google.github.io/adk-docs/",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://google.github.io/adk-docs/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "18 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 18
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 10/20 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Matched the maven:com.google.adk:google-adk-a2a@1.7.0 runtime dependency closure — what installing the published package pulls in — 223 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "maven:com.google.adk:google-adk-a2a@1.7.0",
"assessed": 223
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "osv",
"advisories": 51,
"affected_packages": 15,
"assessed_packages": 223,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 8, moderate 6",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: com.fasterxml.jackson.core:jackson-databind 2.19.0 (high 8.1)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "com.fasterxml.jackson.core:jackson-databind 2.19.0 (high 8.1)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "14 affected: org.bouncycastle:bcprov-jdk18on 1.82 (critical 9.1), com.fasterxml.jackson.core:jackson-core 2.19.0 (high 7.5), io.netty:netty-codec-compression 4.2.7.Final (high 7.5), +11 more",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 14,
"packages": "org.bouncycastle:bcprov-jdk18on 1.82 (critical 9.1), com.fasterxml.jackson.core:jackson-core 2.19.0 (high 7.5), io.netty:netty-codec-compression 4.2.7.Final (high 7.5)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "6 advisory-carrying package(s) unaddressed past 90 days; oldest published 621 days ago",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 6,
"oldest": 621
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 223,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 72,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.92,
"agent_instruction_files": [
"AGENTS.md",
"GEMINI.md"
],
"agent_instruction_max_bytes": 5422
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, GEMINI.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, GEMINI.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "92 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 92,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"a2a/pom.xml",
"contrib/firestore-session-service/pom.xml",
"contrib/langchain4j/pom.xml",
"contrib/planners/pom.xml",
"contrib/samples/a2a_basic/pom.xml",
"contrib/samples/a2a_server/pom.xml",
"contrib/samples/configagent/pom.xml",
"contrib/samples/github/adkprtriaging/pom.xml",
"contrib/samples/github/adkreleasedocs/pom.xml",
"contrib/samples/github/adkspam/pom.xml",
"contrib/samples/github/adkstale/pom.xml",
"contrib/samples/github/adktriaging/pom.xml",
"contrib/samples/github/githubtools/pom.xml",
"contrib/samples/helloworld/pom.xml",
"contrib/samples/mcpfilesystem/pom.xml",
"contrib/samples/pom.xml",
"contrib/spring-ai/pom.xml",
"core/pom.xml",
"dev/pom.xml",
"maven_plugin/examples/custom_tools/pom.xml",
"maven_plugin/examples/simple-agent/pom.xml",
"maven_plugin/pom.xml",
"pom.xml",
"tutorials/city-time-weather/pom.xml",
"tutorials/live-audio-single-agent/pom.xml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "a2a/pom.xml, contrib/firestore-session-service/pom.xml, contrib/langchain4j/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "a2a/pom.xml, contrib/firestore-session-service/pom.xml, contrib/langchain4j/pom.xml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 4359508,
"source_files_sampled": 561,
"oversized_source_files": 7
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "7/561 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 561,
"oversized": 7
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"example",
"examples",
"samples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples, samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"maven package 'com.google.adk:google-adk-a2a' points at a different repository (git@github.com/google:adk-java.git/google-adk-a2a); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-dev' points at a different repository (git@github.com/google:adk-java.git/google-adk-dev); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk' points at a different repository (git@github.com/google:adk-java.git/google-adk); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-maven-plugin' points at a different repository (git@github.com/google:adk-java.git/google-adk-maven-plugin); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-planners' points at a different repository (git@github.com/google:adk-java.git/contrib/google-adk-planners); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-spring-ai' points at a different repository (git@github.com/google:adk-java.git/contrib/google-adk-spring-ai); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-langchain4j' points at a different repository (git@github.com/google:adk-java.git/contrib/google-adk-langchain4j); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-tutorials-city-time-weather' points at a different repository (git@github.com/google:adk-java.git/tutorials/google-adk-tutorials-city-time-weather); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-firestore-session-service' points at a different repository (git@github.com/google:adk-java.git/contrib/google-adk-firestore-session-service); excluded from ecosystem scoring",
"maven package 'com.google.adk:google-adk-tutorials-live-audio-single-agent' points at a different repository (git@github.com/google:adk-java.git/tutorials/google-adk-tutorials-live-audio-single-agent); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-27T04:46:29.048228Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/google/adk-java.svg",
"full_name": "google/adk-java",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}