Commit Graph

  • b08bdbcd7f chore: Fixes the sample of example_tool Wei Sun (Jack) 2025-06-11 22:26:45 -07:00
  • fc65873d7c chore: Set agent_engine_id in the service constructor, also use the agent_engine_id field instead of overriding app_name in FastAPI endpoint Shangjie Chen 2025-06-11 19:45:46 -07:00
  • a7ea374dfb chore: Update isort config to prevent vscode flickering Wei Sun (Jack) 2025-06-11 18:24:10 -07:00
  • f46b73b0cb chore: Bump version number and update changelog for 1.3.0 release v1.3.0 Wei Sun (Jack) 2025-06-11 16:11:48 -07:00
  • b2f319f440 chore: move README to parent folder contributing/ Liang Wu 2025-06-11 14:30:46 -07:00
  • 0c4054200f fix: Handle project and location in the .env properly when deploying to Agent Engine Yeesian Ng 2025-06-11 08:28:26 -07:00
  • c9e265551a test: add assert statements in hello_world agent main.py Liang Wu 2025-06-10 21:34:52 -07:00
  • 416dc6feed feat: add memory_service option to CLI chore: consolidate ADK service CLI options Shangjie Chen 2025-06-10 21:21:36 -07:00
  • 9df3f725bd chore: update adk-web to use latest Yifan Wang 2025-06-10 17:52:02 -07:00
  • 6c999caa41 feat: Introduce write protected mode to BigQuery tools Google Team Member 2025-06-10 14:36:42 -07:00
  • 77f44a4e45 refactor: remove the examples filed of LlmAgent which are no longer needed after migrating to example tool Xiang (Sean) Zhou 2025-06-10 12:55:08 -07:00
  • 484b33ef10 chore: add rag agent for testing Ariz Chang 2025-06-10 10:10:21 -07:00
  • aaf1f9b930 feat: Add support for display_name and description when deploying to agent engine Yeesian Ng 2025-06-10 09:52:48 -07:00
  • 8e438f2752 refactor: Extract out platform specific code like threading Google Team Member 2025-06-10 09:04:46 -07:00
  • fa110c22f2 chore: refine doc string of global_instruction Xiang (Sean) Zhou 2025-06-10 08:48:05 -07:00
  • 088200072f chore: Adds decorators to mark classes or fucntions as working_in_progress or experimental Wei Sun (Jack) 2025-06-09 20:23:04 -07:00
  • bf47a8bf7d fix: hide new eval metric behind flag Ariz Chang 2025-06-09 16:26:33 -07:00
  • cf5d7016a0 fix: Remove display_name for non-Vertex file uploads Yongsul Kim 2025-06-09 13:47:14 -07:00
  • f38c08b305 feat: Add DeepWiki badge to README takashi kikuchi 2025-06-09 13:35:04 -07:00
  • 3ae6ce10bc docs: Update code example in tool declaration to reflect BigQuery artifact description Google Team Member 2025-06-09 10:35:45 -07:00
  • 13f98c396a fix: Correct help text formatting for adk deploy agent_engine Hangfei Lin 2025-06-09 09:46:52 -07:00
  • be7120831a chore: Adds apache headers for samples Wei Sun (Jack) 2025-06-07 15:46:10 -07:00
  • 4942f19f3f chore: Remove duplicated model_config attribute in EvalMetric class Jason Dai 2025-06-06 14:12:19 -07:00
  • 8488ff052f feat: save and last run threshold and use it in next run evaluation Google Team Member 2025-06-06 13:32:09 -07:00
  • a09781142a chore: Removes LlmAgent.examples field, which was already abandoned before 0.1 version Wei Sun (Jack) 2025-06-06 13:16:15 -07:00
  • 309a656f49 refactor: extract credentail key building logic to auth_config Xiang (Sean) Zhou 2025-06-06 10:18:46 -07:00
  • 9abb8414da fix: Forwards __annotations__ to the fake func for FunctionTool inspection Wei Sun (Jack) 2025-06-05 23:06:35 -07:00
  • 3b1f2ae9bf fix: Fix broken agent graphs Selcuk Gun 2025-06-05 22:46:02 -07:00
  • 6ed635190c feat: show the used metric in evaluation history Google Team Member 2025-06-05 18:07:27 -07:00
  • d1b058707e feat: use threshold from the eval config dialog to run eval Google Team Member 2025-06-05 17:19:30 -07:00
  • 54367dcc56 feat: support to customize timeout for mcpstdio connections Google Team Member 2025-06-05 15:26:41 -07:00
  • fe1de7b103 feat: Add url_context_tool Google Team Member 2025-06-05 13:43:55 -07:00
  • 078ac842d7 chore: replace print with logger.info Xiang (Sean) Zhou 2025-06-05 13:08:26 -07:00
  • 4b1c218cbe fix: Prevent agent_graph.py throwing when workflow agent is root agent Wei Sun (Jack) 2025-06-05 12:14:38 -07:00
  • 7dbd8c6a5b chore: add file contents check in a GitHub action Liang Wu 2025-06-05 12:12:10 -07:00
  • b7ebb6947f Merge pull request #1171 from google:hangfei-patch-3 Copybara-Service 2025-06-05 11:49:25 -07:00
  • 4269cac953 chore: change import path to import directly from module instead of package Xiang (Sean) Zhou 2025-06-05 11:39:52 -07:00
  • 19dbe244e0 Merge branch 'main' into hangfei-patch-3 Hangfei Lin 2025-06-05 11:32:08 -07:00
  • c224626ae1 fix: handle the case when agent loading error doesn't have msg attribute in agent loader Xiang (Sean) Zhou 2025-06-04 23:12:32 -07:00
  • 1d8d1e0a4e Update agent.py Hangfei Lin 2025-06-04 21:38:49 -07:00
  • 0d232588e6 chore: Update agent.py Hangfei Lin 2025-06-04 21:34:33 -07:00
  • cf689fd528 chore: Create agent.py Hangfei Lin 2025-06-04 21:25:02 -07:00
  • 78bfce4d89 chore: bump version number to 1.2.1 Selcuk Gun 2025-06-04 16:50:28 -07:00
  • 068df04bce fix: import deprecated from typing_extensions v1.2.1 Google Team Member 2025-06-04 15:51:00 -07:00
  • 86e15cab89 chore: Make ArtifactService transparent to AgentTools Google Team Member 2025-06-04 11:35:03 -07:00
  • 92e7a4a488 chore: bump version number to 1.2.0 Selcuk Gun 2025-06-04 11:17:49 -07:00
  • c6e1e82efb chore: Minor improvement to session service Shangjie Chen 2025-06-04 10:57:51 -07:00
  • 54ed031d1a feat: support None as return type, such as def func() -> None: None: Google Team Member 2025-06-04 10:43:03 -07:00
  • 984c1d6b8b test: Added unit test coverage for local_eval_set_results_manager.py Ankur Sharma 2025-06-04 10:38:22 -07:00
  • 552e42fa06 Merge pull request #1154 from google:hangfei-patch-2 Copybara-Service 2025-06-04 10:25:07 -07:00
  • d052e8f13a chore: Update agent.py Hangfei Lin 2025-06-04 09:29:33 -07:00
  • b1a74d099f fix: relax openapi spec to gemini schema conversion to tolerate more cases v1.2.0 Xiang (Sean) Zhou 2025-06-03 22:58:56 -07:00
  • 98a635afee feat: set the max width and height of view image dialog to be 90% Google Team Member 2025-06-03 22:16:31 -07:00
  • e21ea161f5 chore: Update agent.py Hangfei Lin 2025-06-03 18:58:31 -07:00
  • 0127c3f9d8 chore: Minor improvement to session service Google Team Member 2025-06-03 18:57:15 -07:00
  • 0724a83aa9 ADK changes Hangfei Lin 2025-06-03 18:19:35 -07:00
  • eaee49bc89 fix: Simplify content for ollama provider Selcuk Gun 2025-06-03 17:37:12 -07:00
  • 32c5ffa8ca chore:Restore errors path in copybara Selcuk Gun 2025-06-03 17:29:33 -07:00
  • 433c423d35 chore: include contributing/ folder in autoformat.sh Liang Wu 2025-06-03 17:20:16 -07:00
  • e99f87de73 chore: Minor improvement to session service Shangjie Chen 2025-06-03 17:12:32 -07:00
  • 349a414120 chore:ADK: add section comment Hangfei Lin 2025-06-03 16:57:11 -07:00
  • 7b51ae9724 fix: enhance agent loader exception handler and expose precise error information Xiang (Sean) Zhou 2025-06-03 16:53:57 -07:00
  • bf12a4ab48 chore: add GitHub Action to check imports' order Liang Wu 2025-06-03 13:45:59 -07:00
  • ed2aef9120 chore: fix Pyink GitHub Action to check on all changed .py files Liang Wu 2025-06-03 13:18:33 -07:00
  • 934af25343 chore: update adk web to include latest changes Yifan Wang 2025-06-03 12:23:19 -07:00
  • ec8bc7387c fix: ParallelAgent should only append to its immediate sub-agent, not transitive descendants Google Team Member 2025-06-03 11:08:41 -07:00
  • 57d99aa789 Enable release-please workflow Selcuk Gun 2025-06-03 10:13:48 -07:00
  • 16f7d98acf feat: Update for anthropic models Google Team Member 2025-06-03 09:41:44 -07:00
  • 44f507895e chore: Make return_str more accurate in_build_function_declaration_log Google Team Member 2025-06-03 00:36:49 -07:00
  • af95dd2932 feat: Add sortByColumn functionality to List Operation Google Team Member 2025-06-02 21:22:49 -07:00
  • eb2b9ef88f chore: Fix formatting Selcuk Gun 2025-06-02 17:27:46 -07:00
  • 174afb3975 Added unit test coverage for local_eval_sets_manager.py Ankur Sharma 2025-06-02 16:39:20 -07:00
  • b1898890ca chore: format .gitignore. Wei Sun (Jack) 2025-06-02 16:34:48 -07:00
  • a7575e078a feat: Added implementation for get_eval_case, update_eval_case and delete_eval_case for the local eval sets manager. Ankur Sharma 2025-06-02 16:13:57 -07:00
  • da4bc0efc0 feat: New Agent Visualization Bhadraksh Bhargava 2025-06-02 14:32:28 -07:00
  • 273594215e Add tooltip to the export session button. Google Team Member 2025-06-02 14:04:52 -07:00
  • 821f751b5a chore: add agent for testing Notion MCP server Xiang (Sean) Zhou 2025-06-02 13:41:15 -07:00
  • 94c0aca685 ADK: Rename the root agent in the example to match the example name. Hangfei Lin 2025-06-02 13:09:58 -07:00
  • 1db601c4bd Update pending event dialog style. Mock is not ready yet. Google Team Member 2025-06-02 12:39:46 -07:00
  • 5a67a946d2 fix: fix parameter schema generation for gemini this fixes https://github.com/google/adk-python/issues/1055 and https://github.com/google/adk-python/issues/881 Xiang (Sean) Zhou 2025-06-02 12:02:26 -07:00
  • f7cb66620b fix: Use inspect.cleandoc on function docstrings in generate_function_declaration. Google Team Member 2025-06-02 11:56:48 -07:00
  • 11b504c808 chore: Add functions to convert between storage and event classes Google Team Member 2025-06-02 11:44:12 -07:00
  • 15a45a68fd chore: move fast api test case to cli package to match source codes package structure Xiang (Sean) Zhou 2025-06-02 11:15:39 -07:00
  • f07abcc09c chore: fix ut for test_functions_request_euc.py Xiang (Sean) Zhou 2025-06-02 11:14:36 -07:00
  • b181cbc8bc fix: Handle non-indexed function call chunks with incremental fallback index Selcuk Gun 2025-06-02 10:51:15 -07:00
  • bd588bce50 docs: Fix typo in envs.py MikeTako 2025-06-02 10:50:03 -07:00
  • f1803312c6 Copybara import of the project: Hangfei Lin 2025-06-02 09:56:57 -07:00
  • b0403b2d98 Copybara import of the project: Jaeyeon Kim(김재연) 2025-06-02 09:20:07 -07:00
  • 5c6001d90f fix(sample): Correct text artifact saving in artifact_save_text sample Yongsul Kim 2025-06-02 09:18:39 -07:00
  • 2409c3ef19 feat: Add agent engine as a deployment option to the ADK CLI Yeesian Ng 2025-06-02 08:18:00 -07:00
  • 8d36dbda52 feat: Add an option to use gcs artifact service in adk web. Shangjie Chen 2025-06-01 00:27:39 -07:00
  • 0e72efb439 fix: Call all tools in parallel calls during partial authentication Copybara import of the project: Calvin Giles 2025-05-31 13:13:08 -07:00
  • 036f954a2a refactor: uniform Google LLM variant and parsing logic and make contant value consistent with Google GenAI SDK : https://github.com/googleapis/python-genai/blob/903e0729ce5198f48193ac7301727f0c3d72f2b8/google/genai/_automatic_function_calling_util.py#L96 Xiang (Sean) Zhou 2025-05-31 13:11:44 -07:00
  • 62d7bf58bb docs: change eval_dataset to eval_dataset_file_path_or_dir Garrett Bischof 2025-05-31 13:06:29 -07:00
  • 7fdc6b4417 fix: ensure function description is copied when ignoring parameters Edward Funnekotter 2025-05-30 22:34:26 -07:00
  • 2623c71086 fix: add adk icon for UI Xiang (Sean) Zhou 2025-05-30 21:20:53 -07:00
  • af2180c6d0 chore: add more comments to MCPTooset and MCPSessionManager Xiang (Sean) Zhou 2025-05-30 21:00:06 -07:00
  • 5d297169d0 fix: remove labels from config when using API key from Google AI Studio to call model Xiang (Sean) Zhou 2025-05-30 20:59:50 -07:00
  • 3ec496dd81 chore: add requirements.txt for langchain_youtube_search_agent Xiang (Sean) Zhou 2025-05-30 18:18:34 -07:00
  • 3616bb5fc4 feat:support Langchain tools that has run_manager in _run args and don't have args_schema populated Xiang (Sean) Zhou 2025-05-30 18:05:02 -07:00