Commit Graph

  • d4eaa06041 chore: update ADK release analyzer agent to use the compare link instead of commit link Xuan Yang 2025-09-18 23:43:29 -07:00
  • 4d39563ea4 chore: add yaml files to the ADK Vertex AI Search datastore Xuan Yang 2025-09-18 23:27:01 -07:00
  • 006a406f5b chore: Allow outputting non-acsii without escape and excludes fields in the dumped yaml files in the yaml_utils.py Wei Sun (Jack) 2025-09-18 21:23:35 -07:00
  • f39df4155e feat(conformance): Supports content and state_delta in TestCase.user_messages and initial_state for session creation Wei Sun (Jack) 2025-09-18 18:55:04 -07:00
  • 1a91bb2a59 chore: Update comments in Compaction to clarify timestamp-based ranges Hangfei Lin 2025-09-18 15:51:01 -07:00
  • 9c2b7091ee refactor(comformance): Improves field comparison logic in replay plugin with nested exclude dict from pydantic v2 Wei Sun (Jack) 2025-09-18 15:00:42 -07:00
  • 21c26f92d4 chore: Added ADK Authentication End2End Samples Nikhil Purwant 2025-09-18 11:43:42 -07:00
  • 25958242db feat: add endpoint to generate memory from session guillaume blaquiere 2025-09-18 11:12:14 -07:00
  • 6b49391546 feat: Add Google Maps Grounding Tool to ADK Kel Markert 2025-09-18 10:53:51 -07:00
  • 8a92fd18b6 fix: ignore empty function chunk in LiteLlm streaming response Xuan Yang 2025-09-18 10:18:22 -07:00
  • c37bd2742c feat: Introduce LLM context compaction interface Hangfei Lin 2025-09-18 10:13:34 -07:00
  • e86647d446 feat(conformance): Implements adk conformance test cli with replay mode Wei Sun (Jack) 2025-09-18 10:12:09 -07:00
  • c9ea80af28 fix: Prevent escaping of Latin characters in LLM response Afonso Menegola 2025-09-18 09:47:28 -07:00
  • 86ee6e3fa3 fix: Close runners after running eval this fixes https://github.com/google/adk-python/issues/2196 Xiang (Sean) Zhou 2025-09-18 09:36:13 -07:00
  • bf4ff31009 feat(conformance): add CLI (adk conformance create) for generating conformance tests from spec.yaml file Wei Sun (Jack) 2025-09-18 09:13:29 -07:00
  • 4cb07ba05e chore: Update plugins in hello_world_app Hangfei Lin 2025-09-18 08:26:10 -07:00
  • cee365a13d feat(otel): Add GenAI Instrumentation if --otel_to_cloud is enabled Kacper Jawoszek 2025-09-18 01:32:40 -07:00
  • 712da1bd36 feat(conformance): Integrates RecordingsPlugin into AdkWebServer to record Llm interactions and tool calls Wei Sun (Jack) 2025-09-18 00:04:29 -07:00
  • 99405d6a8a chore: Fix the starting folder for finding ADK source Xiang (Sean) Zhou 2025-09-17 20:20:18 -07:00
  • a06bf278cb feat: Adding the ContextFilterPlugin Hangfei Lin 2025-09-17 19:28:19 -07:00
  • 10cf377494 feat: Make the bigquery sample agent run with ADC out-of-the-box Google Team Member 2025-09-17 16:52:15 -07:00
  • 3bd2f29f3a feat(conformance): Adds a replay plugin to replay the previously recorded llm/tool recordings for conformance tests Wei Sun (Jack) 2025-09-16 21:53:50 -07:00
  • 14f118899d chore: Add example agent to get log probabilitis see https://github.com/google/adk-python/issues/2764 Xiang (Sean) Zhou 2025-09-16 21:22:49 -07:00
  • c0554e4b13 feat(conformance): add an ADK plugin to record Llm request/response and tool call/result to recordings.yaml file Wei Sun (Jack) 2025-09-16 21:09:34 -07:00
  • 6bd33e1be3 fix: Retain the consumers and transport registry when recreating the ClientFactory in remote_a2a_agent.py Google Team Member 2025-09-16 10:58:09 -07:00
  • f7bd3c111c feat: Expose log probs of candidates in LlmResponse fixes https://github.com/google/adk-python/issues/2764 Xiang (Sean) Zhou 2025-09-15 21:35:34 -07:00
  • 1ce043a278 chore: Fixes BasePlugin#after_run_callback return type hint Wei Sun (Jack) 2025-09-15 21:32:33 -07:00
  • bd21847295 chore: add a step to load adk-bot SSH Private Key for the release analysis workflow Xuan Yang 2025-09-15 19:19:49 -07:00
  • 1ae0b82f56 feat(otel): add --otel_to_cloud experimental support Kacper Jawoszek 2025-09-15 14:31:50 -07:00
  • d6d4b144e9 chore: Update instructions not to ask for root folder if user doesn't intent to create or implement an agent Xiang (Sean) Zhou 2025-09-15 13:58:30 -07:00
  • 4dbec15d26 test: Add unittest suites for testing HITL confirmation flow on runner level Xinran (Sherry) Tang 2025-09-15 12:00:16 -07:00
  • 402f3626b3 feat(conformance): Replaces invocation_id with user_message_index in the Recording Wei Sun (Jack) 2025-09-15 10:48:13 -07:00
  • 6158075a65 fix: introduces a raw_mcp_tool method in McpTool to provide direct access to the underlying MCP tool Google Team Member 2025-09-15 10:47:36 -07:00
  • b1312680f4 feat(otel): add --otel_to_cloud experimental support Google Team Member 2025-09-15 10:10:29 -07:00
  • 103e88e95f test: Add evaluation for BigQuery tools Google Team Member 2025-09-15 08:15:50 -07:00
  • 7870480c63 feat(otel): add --otel_to_cloud experimental support Kacper Jawoszek 2025-09-15 07:21:39 -07:00
  • b9735b2193 docs: Correct the documentation of after_agent_callback Bastien Jacot-Guillarmod 2025-09-15 03:06:25 -07:00
  • 8ec83d6c18 feat(conformance): Add data definitions used to create adn run conformance tests Wei Sun (Jack) 2025-09-14 23:30:04 -07:00
  • 6ab87da592 chore: Add back the request logging in RemoteA2aAgent given the logging was already fixed v1.14.1 Xiang (Sean) Zhou 2025-09-12 22:40:24 -07:00
  • b53e6e3567 chore: bump version to 1.14.1 with a patch for A2A logging issue Wei Sun (Jack) 2025-09-12 21:29:13 -07:00
  • c29d41f0d0 feat: add Spanner similarity_search tool Google Team Member 2025-09-12 18:49:12 -07:00
  • 0c1f1fadeb fix: Fix logging issues with RemoteA2aAgent Google Team Member 2025-09-12 17:19:29 -07:00
  • bb148002f8 fix: Filter out thought parts when saving agent output to state Google Team Member 2025-09-12 17:04:51 -07:00
  • 4c00b86e33 feat: Provide location config for BigQuery tools Google Team Member 2025-09-12 16:51:39 -07:00
  • b3b31a9ffb chore: add a main.py script for the ADK docs updater agent Xuan Yang 2025-09-12 16:31:53 -07:00
  • 463dcee58c chore: specify the default sides for roll dice agent in bidi Hangfei Lin 2025-09-12 16:31:39 -07:00
  • 4f07228f57 chore: Move framework filled params to the end in the BigQuery forecast tool Google Team Member 2025-09-12 16:03:21 -07:00
  • c53c02f022 chore: add clientIdEnum for CA API usage tracking Google Team Member 2025-09-12 15:43:53 -07:00
  • 4e6b31a860 chore: Improve bug report template for Google ADK Hangfei Lin 2025-09-12 14:52:16 -07:00
  • afebb5227b chore: Update ADK Live documentation on handling audio and transcriptions Hangfei Lin 2025-09-12 14:19:24 -07:00
  • 168c724866 test: Add test to ensure RunConfig instances do not share audio transcription configs Hangfei Lin 2025-09-12 13:25:47 -07:00
  • 05e3f73451 chore: Remove _in_memory_session_service from InMemoryRunner Xiang (Sean) Zhou 2025-09-12 12:28:39 -07:00
  • 23834e8a02 chore: Remove unused _get_audio_transcription_from_session function Hangfei Lin 2025-09-12 11:01:55 -07:00
  • de1c889a83 chore: create an initial ADK docs updater agent to create doc update PRs Xuan Yang 2025-09-12 10:53:55 -07:00
  • 2d98b2c30f chore: Update default model in live bidi streaming sample Hangfei Lin 2025-09-12 10:53:49 -07:00
  • 4cf00702a0 chore: re-structure adk_documentation folder so that agents in it can share the common files Xuan Yang 2025-09-12 10:53:13 -07:00
  • a7f4e02dc7 chore: Clarify that LLMResponse.content should only contain user/model-generated content Hangfei Lin 2025-09-12 00:18:40 -07:00
  • 908757b47f chore: Add Tool Confirmation to README Hangfei Lin 2025-09-11 22:33:29 -07:00
  • 91528890db chore: Adds indent to YAML sequence by default for better visual readability Wei Sun (Jack) 2025-09-11 21:58:44 -07:00
  • f73ae6e101 chore: Remove redundant attribute descriptions from docstrings Hangfei Lin 2025-09-11 20:14:41 -07:00
  • 9862b7b1e2 fix: Remove the logging method in remote a2a agent lib which is expecting a wrong type Google Team Member 2025-09-11 15:08:22 -07:00
  • ab69ef8de8 feat: Move livebidi agents esp multi-agent to use session/events Hangfei Lin 2025-09-11 14:57:56 -07:00
  • 873551d7b9 chore: Update model references in README Hangfei Lin 2025-09-11 12:47:52 -07:00
  • 921e5cb370 ci: minor fix for the "bot responded" label for the discussion answering agent Xuan Yang 2025-09-11 10:56:06 -07:00
  • f52608328e ci: fix discussion answering agent main.py by removing the redundant json import Xuan Yang 2025-09-11 09:55:54 -07:00
  • c5613fb6f0 feat: Add Rubrics to EvalCase datamodel Ankur Sharma 2025-09-10 17:59:12 -07:00
  • 0bc2ee64e3 ci: Fix discussion answering agent a. dump the discussion content to a tmp file first to avoid github redaction of environment variable b. instruct the agent to use get_discussion_and_comments only when discussion content json is not available. Xiang (Sean) Zhou 2025-09-10 17:33:21 -07:00
  • f96f0ebd0d chore: add issues: write permission for the ADK release analysis Github workflow Xuan Yang 2025-09-10 16:35:48 -07:00
  • 894bec794e chore: Update default and example Gemini models to new versions Hangfei Lin 2025-09-10 15:22:13 -07:00
  • 3c433b7168 chore: bidi streaming example on run live fast api Hangfei Lin 2025-09-10 15:07:42 -07:00
  • 707c1a7bd4 ADK changes Hangfei Lin 2025-09-10 14:48:14 -07:00
  • 97cf724f14 chore: Release ADK 1.14.0 v1.14.0 Shangjie Chen 2025-09-10 14:03:44 -07:00
  • e88e667770 feat: Data model for Rubric based metric and eval config Ankur Sharma 2025-09-10 13:19:32 -07:00
  • 37228beddd fix: Enable saving input blobs as artifacts in ADK web server for issue #2176 George Weale 2025-09-10 12:39:01 -07:00
  • 957dc628ab chore: set up Github workflow for ADK release analyzer for doc updates Xuan Yang 2025-09-10 11:02:22 -07:00
  • 7148e0e82e test: Add tests for Runner initialization constraints Hangfei Lin 2025-09-10 10:47:48 -07:00
  • 0935a40011 feat: Add Bigquery Forecast tool Google Team Member 2025-09-10 10:20:12 -07:00
  • 3b428ec81f chore: let adk-bot respond to discussion when it is tagged Xuan Yang 2025-09-10 10:01:47 -07:00
  • 5cda37adb3 chore: fix typos in multiple files GenkiNoguchi 2025-09-10 00:07:31 -07:00
  • 3e6d91f9e2 docs: Update description of task_completed function in SequentialAgent Google Team Member 2025-09-09 23:52:33 -07:00
  • 8132d3b621 chore: add instructions for the ADK release analyzer agent to sort the recommended changes and recommend API reference changes Xuan Yang 2025-09-09 16:06:43 -07:00
  • 43c96811da ci: Fix discussion answering github action workflow to escape the quote in the discussion content JSON Xiang (Sean) Zhou 2025-09-09 15:41:57 -07:00
  • e3422c616d chore: create an initial ADK release analyzer agent to find the doc updates needed between releases Xuan Yang 2025-09-09 12:59:32 -07:00
  • 8174a29c6d chore: update contribution guide Hangfei Lin 2025-09-09 11:09:04 -07:00
  • a645580aa6 ADK changes Google Team Member 2025-09-09 09:10:26 -07:00
  • 78eea1aa55 chore: skip PR triage for already triaged or Google-contributor PRs Xuan Yang 2025-09-08 22:19:43 -07:00
  • fa55354a1a feat: Update to ADK + A2A Remote Client to use A2A SDK ClientFactory Google Team Member 2025-09-08 21:02:49 -07:00
  • 64f11a6a67 chore: Avoid mutable default arguments in local_eval_service and runners Google Team Member 2025-09-08 16:10:51 -07:00
  • d56dd08072 fix: Enable saving input blobs as artifacts in ADK web server for issue #2176 George Weale 2025-09-08 14:29:30 -07:00
  • 8452d2bcba feat: Allow function tool to pass in a callable to decide whether it need confirmation Shangjie Chen 2025-09-08 14:16:12 -07:00
  • 43eec82f84 fix: Add a NOTE to agent transfer instructions listing available agents George Weale 2025-09-08 13:42:58 -07:00
  • 5b465fd71b chore: Avoid mutable default arguments in local_eval_service and runners George Weale 2025-09-08 13:20:24 -07:00
  • ca5f7f1ff0 chore: Reorder dependencies in pyproject.toml George Weale 2025-09-08 13:18:07 -07:00
  • 467df1a36f docs: Update root_agent description for clarity Yujun Zou 2025-09-08 13:01:12 -07:00
  • 72ff9c64a2 feat: Add GkeCodeExecutor for sandboxed code execution on GKE #non-breaking Google Team Member 2025-09-08 11:14:09 -07:00
  • e63fe0c0eb fix: Fix pagination of list_sessions in VertexAiSessionService Shangjie Chen 2025-09-08 11:13:58 -07:00
  • bc6b5462a7 test: add functional telemetry tests Max Ind 2025-09-08 02:22:38 -07:00
  • 1e23652968 fix: AttributeError and indentation in parameter processing. For issue #2776 and issue #2763 George Weale 2025-09-07 18:37:01 -07:00
  • 1979dcf496 fix: Allow AgentTool to inherit/use plugins from its invocation context when running Google Team Member 2025-09-05 17:08:29 -07:00
  • fc90ce968f test: Add unit tests for the App class and improve Runner initialization tests Hangfei Lin 2025-09-05 12:15:52 -07:00