Xiang (Sean) Zhou
74a331f1fb
chore: reformat the code with autoformat.sh
...
PiperOrigin-RevId: 763256626
2025-05-25 20:33:45 -07:00
Shangjie Chen
d212e50c10
feat:Make VertexAiSessionService true async.
...
PiperOrigin-RevId: 762547133
2025-05-23 13:31:38 -07:00
Xiang (Sean) Zhou
ff8a3c9b43
chore: reformat the codes using autoformat.sh
...
PiperOrigin-RevId: 762004002
2025-05-22 09:43:54 -07:00
Shangjie Chen
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
a71d9ea9a1
fix: fix broken tests.
...
PiperOrigin-RevId: 759312577
2025-05-15 14:57:04 -07:00
Google Team Member
05917cabbd
ADK changes
...
PiperOrigin-RevId: 759259620
2025-05-15 12:46:44 -07:00
Google Team Member
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
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
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
Selcuk Gun
794a70edcd
Support async agent and model callbacks
...
PiperOrigin-RevId: 755542756
2025-05-06 15:14:10 -07:00
Allen
1393965720
Fix: config.after_timestamp behavior in InMemorySessionService.get_session() and add a test
...
Copybara import of the project:
--
c1d0d649b5aae1322a02dbaa586822d69b8546f6 by allengour <allengour@google.com>:
fix: fix and test `config.after_timestamp` behavior in `InMemorySessionService.get_session()`
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/438 from allengour:fix/issue-437-after_timestamp-behavior 4b49a5e6509b5ad9dd9103a6dc357fd44c101f31
PiperOrigin-RevId: 755492201
2025-05-06 13:09:59 -07:00
Google ADK Member
61d4be2d76
No public description
...
PiperOrigin-RevId: 748777998
2025-04-17 21:47:59 +00:00
Jack Sun
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