Keisuke Oohashi and Copybara-Service
4e765ae2f3
fix: raise ValueError when sessionId and userId are incorrect combination( #1653 )
...
Merge https://github.com/google/adk-python/pull/1655
Fix #1653
When session_id and user_id are incorrect combination on vertex ai session service, it should not return the session.
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1655 from soundTricker:fix/1653-invalid-session 7a3dee2fc75602a2685ea922799cc5f5ba666e97
PiperOrigin-RevId: 776648361
2025-06-27 11:06:15 -07:00
Shangjie Chen and Copybara-Service
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
...
PiperOrigin-RevId: 770427903
2025-06-11 19:46:25 -07:00
Shangjie Chen and Copybara-Service
65063023a5
fix: Continue fetching events if there are multiple pages.
...
Fixes https://github.com/google/adk-python/issues/920
PiperOrigin-RevId: 764985371
2025-05-29 19:42:50 -07:00
Xiang (Sean) Zhou and Copybara-Service
0250d9e3ac
chore: reformat codes using autoformat.sh
...
PiperOrigin-RevId: 764584699
2025-05-29 11:47:22 -07:00
Danny Park and Copybara-Service
9d4ca4ed44
fix: Fix filtering by user_id for vertex ai session service listing
...
When the user id contains special characters (i.e. an email), we have added in extra url parsing to address those characters. We have also added an if statement to use the correct url when there is no user_id supplied.
Copybara import of the project:
--
ef8499001afaea40bd037c4e9946b883e23a5854 by Danny Park <dpark@calicolabs.com >:
--
773cd2b50d15b9b056b47b6155df492b0ca8034c by Danny Park <dpark@calicolabs.com >:
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/996 from dpark27:fix/list_vertex_ai_sessions d351d7f6017c03165129adc7d0212f21d1340d88
PiperOrigin-RevId: 764522026
2025-05-28 19:46:39 -07:00
Xiang (Sean) Zhou and Copybara-Service
74a331f1fb
chore: reformat the code with autoformat.sh
...
PiperOrigin-RevId: 763256626
2025-05-25 20:33:45 -07:00
Shangjie Chen and Copybara-Service
d212e50c10
feat:Make VertexAiSessionService true async.
...
PiperOrigin-RevId: 762547133
2025-05-23 13:31:38 -07:00
Xiang (Sean) Zhou and Copybara-Service
ff8a3c9b43
chore: reformat the codes using autoformat.sh
...
PiperOrigin-RevId: 762004002
2025-05-22 09:43:54 -07:00
Shangjie Chen and Copybara-Service
53b14325ce
fix: Use sync request method in VertexAiSessionService. The api_client has it own event loop management.
...
PiperOrigin-RevId: 761250268
2025-05-20 15:20:21 -07:00
Shangjie Chen and Copybara-Service
a71d9ea9a1
fix: fix broken tests.
...
PiperOrigin-RevId: 759312577
2025-05-15 14:57:04 -07:00
Google Team Member and Copybara-Service
05917cabbd
ADK changes
...
PiperOrigin-RevId: 759259620
2025-05-15 12:46:44 -07:00
Google Team Member and Copybara-Service
1804ca39a6
feat! Update session service interface to be async.
...
Also keep the sync version in the InMemorySessionService as create_session_sync() as a temporary migration option.
PiperOrigin-RevId: 759252188
2025-05-15 12:24:13 -07:00
Shangjie Chen and Copybara-Service
5b3204c356
feat! Update session service interface to be async.
...
Also keep the sync version in the InMemorySessionService as create_session_sync() as a temporary migration option.
PiperOrigin-RevId: 759224250
2025-05-15 11:17:13 -07:00
Shangjie Chen and Copybara-Service
70a6bfae90
fix: Explictly throw execption when custom id is set for vertex ai session service.
...
PiperOrigin-RevId: 757815469
2025-05-12 10:19:25 -07:00
Google ADK Member and hangfei
61d4be2d76
No public description
...
PiperOrigin-RevId: 748777998
2025-04-17 21:47:59 +00:00
Jack Sun and GitHub
05142a07cc
Moves unittests to root folder and adds github action to run unit tests. ( #72 )
...
* Move unit tests to root package.
* Adds deps to "test" extra, and mark two broken tests in tests/unittests/auth/test_auth_handler.py
* Adds github workflow
* minor fix in lite_llm.py for python 3.9.
* format pyproject.toml
2025-04-11 08:25:59 -07:00