Commit Graph

  • d387ab0c38 don't send content with empty text to LLM Xiang (Sean) Zhou 2025-05-01 23:01:18 -0700
  • f12300113d
    Merge branch 'main' into #247-OpenAPIToolSet-Considering-Required-parameters Wei Sun (Jack) 2025-05-01 18:47:28 -0700
  • 6c0a0d69ca Add pyink-annotation-pragmas to match google formatting Selcuk Gun 2025-05-01 16:49:59 -0700
  • 23b41c3f94 Uses google's profile for isort. Wei Sun 2025-05-01 09:29:42 -0700
  • 14933ba470 feat: Extract content encode/decode logic to a shared util and resolve issues with JSON serialization. feat: Update key length for DB table to avoid key too long issue in mysql Shangjie Chen 2025-05-01 09:12:52 -0700
  • b691904e57 chore: Adds a github action to check pyformat via pyink. Wei Sun 2025-04-30 11:27:33 -0700
  • 641781bced
    Merge pull request #434 from AlankritVerma01/support-async-tool-callbacks Wei Sun (Jack) 2025-04-29 22:49:18 -0700
  • c4e09a2edb
    Merge branch 'main' into support-async-tool-callbacks Wei Sun (Jack) 2025-04-29 22:48:45 -0700
  • acbbdb7266 Copybara import of the project: João Campista 2025-04-29 22:13:04 -0700
  • 27ce65ff50 Copybara import of the project: Alankrit Verma 2025-04-29 21:40:05 -0700
  • 926b0ef1a6
    Merge branch 'main' into support-async-tool-callbacks Alankrit Verma 2025-04-29 22:08:18 -0400
  • dbbeb190b0 Add two adk run options: --replay : a json file that contains the initial session state and user queries, adk run will create a new session based on the state and run the user queries against the session. Users cannot continue to interact with agent. Xiang (Sean) Zhou 2025-04-29 16:22:43 -0700
  • 2a9ddec7e3 Set the max size of strings in database columns. Shangjie Chen 2025-04-29 16:07:21 -0700
  • 2ea4315e9f update the doc comments of requested_auth_configs to make it more precise. Xiang (Sean) Zhou 2025-04-29 13:33:03 -0700
  • 67b6fbbe01
    chore: Adds a github action to check pyformat via pyink. (#440) Wei Sun (Jack) 2025-04-29 09:39:18 -0700
  • fcbf57466e refactor: update callback type signatures to support sync and async responses Alankrit Verma 2025-04-29 09:02:09 -0400
  • 504aa6ba06
    Merge branch 'main' into support-async-tool-callbacks Alankrit Verma 2025-04-28 23:21:10 -0400
  • 08ac9a117e Refactor function callback handling and update type signatures Alankrit Verma 2025-04-28 23:16:43 -0400
  • 4ae8d72a8d
    docs: correct typo in conversion_utils.py (#351) Paul Lam 2025-04-29 11:47:34 +0900
  • 21736067f9 feat(llm_flows): support async before/after tool callbacks Alankrit Verma 2025-04-28 14:36:25 -0400
  • 9a9f7a3765 Update callback comments. Shangjie Chen 2025-04-27 22:19:39 -0700
  • aa7a98ad9d update readme Hangfei Lin 2025-04-24 15:49:17 -0700
  • a5bf6e3608 ADK changes Yifan Wang 2025-04-24 12:47:54 -0700
  • f872577f68 Currently if a model calls a FunctionTool without all the mandatory parameters, the code will just break. This change basically adds the capability for the FunctionTool to identify if the model is missing required arguments, and in that case, instead of breaking the execution, it provides a error message to the model so it could fix the request and retry. Ankur Sharma 2025-04-24 09:31:04 -0700
  • e6109b1dd6 Copybara import of the project: Wei Sun (Jack) 2025-04-23 17:34:57 -0700
  • ca993277de ADK changes Google Team Member 2025-04-23 16:28:22 -0700
  • a49d339251 bump version number to 0.3.0. Wei Sun 2025-04-23 11:22:23 -0700
  • 04e4c85b4e
    Merge pull request #355 from wyf7107/live-error-toast Wei Sun (Jack) 2025-04-22 22:26:38 -0700
  • 3ad939d34c Copybara import of the project: Yifan 2025-04-22 22:09:18 -0700
  • 2062aa38a7
    Merge branch 'main' into live-error-toast Yifan 2025-04-22 21:19:43 -0700
  • db5ea6bc56 fix: Enable error toast when live does not work with certain models Yifan Wang 2025-04-22 21:16:20 -0700
  • 5c069cca8f
    chore: Update README.md (#353) Hangfei Lin 2025-04-22 18:18:44 -0700
  • 22cab9e9a4
    chore: Update README.md (#328) Hangfei Lin 2025-04-22 17:20:24 -0700
  • a9da7a8fc3 feat: Add session_db_url to adk deploy option. Shangjie Chen 2025-04-22 15:52:41 -0700
  • 956fb912e8 feat(auth)!: expose access_token and refresh_token at top level of auth credentails Xiang (Sean) Zhou 2025-04-22 15:22:51 -0700
  • 49d8c0fbb2 bump min version of google-genai sdk to latest. Wei Sun 2025-04-22 14:16:56 -0700
  • 645402903a ADK changes Yifan Wang 2025-04-22 12:29:38 -0700
  • c531bb6ef1
    Merge branch 'main' into google-search-display Yifan 2025-04-22 12:18:57 -0700
  • 7cc3167e54 Copybara import of the project: Yifan 2025-04-22 12:16:56 -0700
  • 353ff50611
    Merge branch 'main' into google-search-display Yifan 2025-04-22 11:30:38 -0700
  • bbeb6525ea add license header to complied js file Yifan Wang 2025-04-22 11:16:24 -0700
  • 0e9096d865
    chore: add support for overriding skip_summarization in AgentTool (#324) Vignesh Iyer 2025-04-22 09:41:31 -0700
  • 923d806637 Copybara import of the project: Vignesh Iyer 2025-04-21 23:23:57 -0700
  • 463797be25
    Merge branch 'main' into google-search-display Yifan 2025-04-21 20:53:06 -0700
  • dc53678606 Update Google Search Tool display to the correct one Yifan Wang 2025-04-21 20:50:26 -0700
  • 21d2047ddc ADK changes Che Liu 2025-04-21 17:28:20 -0700
  • a5f191650b chore: update the readme for a2a integration. Wei Sun 2025-04-21 11:16:26 -0700
  • 1e752b1378 chore: Fixes type hints in google_api_tool_set.py. Wei Sun 2025-04-21 10:41:57 -0700
  • 5ab43e804a
    chore: update the readme for a2a integration (#319) Hangfei Lin 2025-04-21 09:55:30 -0700
  • 220b327a73
    chore: fix typos (#272) Nilanjan De 2025-04-21 20:26:02 +0400
  • 1664b45562 Copybara import of the project: Nilanjan De 2025-04-20 22:52:42 -0700
  • 23f0383284
    fix: The previous commit has a merge conflict. Fix it by adding this back. Hangfei Lin 2025-04-20 17:08:25 -0700
  • f7b436a985 No public description Hangfei Lin 2025-04-20 16:04:19 -0700
  • 2af777af6d No public description Wei Sun 2025-04-19 16:34:12 -0700
  • 32dc145ace No public description Shangjie Chen 2025-04-19 15:15:45 -0700
  • 6742ab9236 No public description Wei Sun 2025-04-18 18:07:04 -0700
  • daed456125
    Fix AttributeError in run_live when using AgentTool (#274) Rasheedat atinuke jamiu 2025-04-18 21:37:17 +0100
  • 30b1722cca No public description Wei Sun 2025-04-18 12:50:59 -0700
  • 5eca8214a8
    Merge pull request #243 from trandangtrungduc/fix_typos Wei Sun (Jack) 2025-04-18 12:49:05 -0700
  • e0a360a1a2
    Merge branch 'main' into fix_typos Wei Sun (Jack) 2025-04-18 12:46:33 -0700
  • 1cd61242ef No public description Wei Sun 2025-04-18 12:20:35 -0700
  • e31cd0b5f8 No public description Trần Đặng Trung Đức 2025-04-18 12:07:09 -0700
  • dfb283e6e0 No public description Wei Sun 2025-04-18 10:34:51 -0700
  • 6e317d69de
    Merge branch 'main' into fix_typos Hangfei Lin 2025-04-18 10:25:42 -0700
  • 732059cf59
    Update CHANGELOG.md (#260) Hangfei Lin 2025-04-18 09:22:30 -0700
  • 6b86bcc549
    Merge branch 'main' into fix_typos Trần Đặng Trung Đức 2025-04-18 16:26:57 +0700
  • 45a465e9b0 No public description Hangfei Lin 2025-04-17 22:50:29 -0700
  • e50c463ed4
    Merge branch 'main' into fix_typos Trần Đặng Trung Đức 2025-04-18 11:56:26 +0700
  • 995dc8276b No public description Che Liu 2025-04-17 21:31:05 -0700
  • 2ee1c65e05 fix minor typos trandangtrungduc 2025-04-18 11:02:10 +0700
  • b8514f26fe
    Update python-unit-tests.yml (#257) Hangfei Lin 2025-04-17 19:07:14 -0700
  • 443bc08d2b No public description Hangfei Lin 2025-04-17 18:23:54 -0700
  • 27b214df3e Fixed Parameter required field and description Sumant Pangotra 2025-04-18 03:44:28 +0530
  • 61d4be2d76 No public description Google ADK Member 2025-04-17 19:50:22 +0000
  • d057f2d825 fix typos trandangtrungduc 2025-04-17 17:51:07 +0700
  • 290058eb05
    Update README.md (#193) Hangfei Lin 2025-04-14 21:14:38 -0700
  • 3e85df2641
    Update DatabaseSessionService db_engine construction (#195) DeanChensj 2025-04-14 17:55:15 -0700
  • 9a44831a08
    Add parallel tool call support for litellm (#172) Selcuk Gun 2025-04-14 17:42:33 -0700
  • 4e8b944e09
    Rename 'ctx' parameter to 'tool_context' for consistency (#162) gsarthakdev 2025-04-14 20:38:09 -0400
  • 26bab52ca8
    Update README.md (#185) Riccardo Carlesso 2025-04-14 22:03:36 +0200
  • 577222509c
    Update README.md (#126) Hangfei Lin 2025-04-12 21:00:57 -0700
  • cfbcc17644
    Fix empty list in content on tool calls causing ollama parse error (#102) Selcuk Gun 2025-04-12 17:34:57 -0700
  • 089c1e6428
    Fix typos in docstrings of evaluation_generator.py and event.py (#101) (#121) fangyh20 2025-04-12 09:55:22 -0700
  • d810ff7b28
    chore: Add subreddit README badge (#122) Karl Weinmeister 2025-04-12 09:51:09 -0700
  • e0d223d117
    Add .gitignore file to exclude common Python, IDE, and environment files (#109) fangyh20 2025-04-12 07:35:53 -0700
  • 9cd802fcea
    Fixed typo in README.md : cooridnator -> coordinator (#112) Kshitiz 2025-04-12 19:46:22 +0530
  • eecb9e65be
    Update README.md (#107) Hangfei Lin 2025-04-11 22:49:13 -0700
  • ee2a75368a
    Fix typos in docstrings across multiple files (#101) Fangyu 2025-04-11 22:19:57 -0700
  • b68f3aa11f
    Update README.md (#104) Hangfei Lin 2025-04-11 20:03:44 -0700
  • a39977876b
    Update issue templates (#64) Hangfei Lin 2025-04-11 15:48:21 -0700
  • 05142a07cc
    Moves unittests to root folder and adds github action to run unit tests. (#72) Jack Sun 2025-04-11 08:25:59 -0700
  • 59117b9b96
    Merge pull request #7 from jackwotherspoon/main Hangfei Lin 2025-04-10 18:04:52 -0700
  • e80d0e4993
    Merge branch 'main' into main Hangfei Lin 2025-04-10 18:04:20 -0700
  • 278b513493
    Merge pull request #22 from Howe829/fix/typos Hangfei Lin 2025-04-10 18:03:39 -0700
  • e637b4df25
    Merge branch 'main' into fix/typos HowardChan 2025-04-11 08:50:59 +0800
  • 9cbaaf378f Revert main-SLIAU2JL.js file HowardChan 2025-04-11 08:49:37 +0800
  • 924549e346
    Merge pull request #24 from eltociear/patch-1 Hangfei Lin 2025-04-10 10:19:50 -0700
  • 972620d464 chore: undo ToolboxTool import jackwotherspoon 2025-04-10 13:35:11 +0000
  • 7a34c3f5b9
    chore: update evals.py Ikko Eltociear Ashimine 2025-04-10 15:59:59 +0900
  • 3f30e0825d Fix:reponse -> response HowardChan 2025-04-10 14:38:28 +0800