8000 Release v1.3.0 · google/adk-python · GitHub
[go: up one dir, main page]

Skip to content

v1.3.0

Compare
Choose a tag to compare
@Jacksunwei Jacksunwei released this 13 Jun 00:15

1.3.0 (2025-06-11)

Features

  • Add memory_service option to CLI (416dc6f)
  • Add support for display_name and description when deploying to agent engine (aaf1f9b)
  • Dev UI: Trace View
    • New trace tab which contains all traces grouped by user messages
    • Click each row will open corresponding event details
    • Hover each row will highlight the corresponding message in dialog
  • Dev UI: Evaluation
    • Evaluation Configuration: users can now configure custom threshold for the metrics used for each eval run (d1b0587)
    • Each eval case added can now be viewed and edited. Right now we only support edit of text.
    • Show the used metric in evaluation history (6ed6351)
  • Tool enhancements:
    • Add url_context_tool (fe1de7b)
    • Support to customize timeout for mcpstdio connections (54367dc)
    • Introduce write protected mode to BigQuery tools (6c999ca)

Bug Fixes

  • Agent Engine deployment:
    • Correct help text formatting for adk deploy agent_engine (13f98c3)
    • Handle project and location in the .env properly when deploying to Agent Engine (0c40542)
  • Fix broken agent graphs (3b1f2ae)
  • Forward __annotations__ to the fake func for FunctionTool inspection (9abb841)
  • Handle the case when agent loading error doesn't have msg attribute in agent loader (c224626)
  • Prevent agent_graph.py throwing when workflow agent is root agent (4b1c218)
  • Remove display_name for non-Vertex file uploads (cf5d701)

Documentation

  • Add DeepWiki badge to README (f38c08b)
  • Update code example in tool declaration to reflect BigQuery artifact description (3ae6ce1)
0