 Shangjie ChenandCopybara-Service
|
20c30d5819
|
chore: Bump version number to 1.10.0
PiperOrigin-RevId: 792206610
|
2025-08-07 10:05:01 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
1cfe6e9ffe
|
chore: Remove unnecessary flags
PiperOrigin-RevId: 789379877
|
2025-07-31 10:07:39 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
314d6a4f95
|
fix: Return session state in list_session API endpoint
Resolves https://github.com/google/adk-python/issues/2193
Resolves https://github.com/google/adk-python/issues/781
PiperOrigin-RevId: 789143973
|
2025-07-30 19:53:46 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
7d06fb735e
|
chore: Move create_session log to where the session is actually created
PiperOrigin-RevId: 789094066
|
2025-07-30 16:46:25 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
11037fc133
|
chore: Filter event with only functions, thought_signatures when adding to memory
PiperOrigin-RevId: 786825628
|
2025-07-24 13:54:37 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
f46396fa98
|
chore: Allow httpoptions override in VertexAiSessionService
PiperOrigin-RevId: 785886180
|
2025-07-22 09:36:17 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
2e778049d0
|
feat: Support passing fully qualified agent engine resource name when constructing session service and memory service
Resolves https://github.com/google/adk-python/issues/1760
PiperOrigin-RevId: 784353411
|
2025-07-17 16:19:55 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
eccb484985
|
chore: Update label name for bot triaged issues
Also assign agent engine related issue to yeesian as poc
PiperOrigin-RevId: 783941809
|
2025-07-16 16:39:25 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
dc414cb507
|
chore: Add docstring to clarify that inmemory service are not suitable for production
environment
Resolves https://github.com/google/adk-python/issues/1569
PiperOrigin-RevId: 780013850
|
2025-07-07 02:13:56 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
a021222077
|
feat: Add custom_metadata to VertexAiSessionService event handling
PiperOrigin-RevId: 779255526
|
2025-07-04 12:38:15 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
3fa2ea7cb9
|
fix: Remove duplicate options from adk deploy
Resolves https://github.com/google/adk-python/issues/1739
PiperOrigin-RevId: 778692588
|
2025-07-02 17:27:45 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
df141db60c
|
chore: Add tenacity into project.toml
PiperOrigin-RevId: 778535340
|
2025-07-02 09:31:19 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
3d2f13cecd
|
chore: Update the retry logic of create session polling
This should slightly increase the timeout also reduce the polling frequency.
PiperOrigin-RevId: 778323416
|
2025-07-01 21:21:57 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
17d6042995
|
fix: Make sure each partial event has different timestamp
PiperOrigin-RevId: 778148175
|
2025-07-01 12:36:33 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
88a4402d14
|
chore: Do not send api request when session does not have events
PiperOrigin-RevId: 775423356
|
2025-06-24 16:15:23 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
abc89d2c81
|
feat: Add implementation of VertexAiMemoryBankService and support in FastAPI endpoint
PiperOrigin-RevId: 775327151
|
2025-06-24 11:57:03 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
f033e405c1
|
chore: Clarify the behavior of Event.invocation_id
PiperOrigin-RevId: 774827874
|
2025-06-23 10:12:16 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
2fd8feb65d
|
chore: Support allow_origins in cloud_run deployment
Also reorganize the fast_api_common_options. This resolves https://github.com/google/adk-python/issues/1444.
PiperOrigin-RevId: 773890111
|
2025-06-20 16:54:08 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
8677d5c8dc
|
chore: bump version number to 1.4.2
PiperOrigin-RevId: 773867075
|
2025-06-20 15:41:50 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
4d72d31b13
|
fix: Add type checking to handle different response type of genai API client
Fixes https://github.com/google/adk-python/issues/1514
PiperOrigin-RevId: 773838035
|
2025-06-20 14:12:55 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
17beb32880
|
chore: Bump version number and update changelog for 1.4.1 release
PiperOrigin-RevId: 773148349
|
2025-06-18 19:08:43 -07:00 |
|
 Shangjie ChenandCopybara-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 ChenandCopybara-Service
|
416dc6feed
|
feat: add memory_service option to CLI
chore: consolidate ADK service CLI options
PiperOrigin-RevId: 769944881
|
2025-06-10 21:22:14 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
c6e1e82efb
|
chore: Minor improvement to session service
- Add missing override.
- Add warning to failed actions.
- Remove unused import.
- Remove unused fields.
- Add type checking.
PiperOrigin-RevId: 767209697
|
2025-06-04 10:58:35 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
e99f87de73
|
chore: Minor improvement to session service
- Add missing override.
- Add warning to failed actions.
- Remove unused import.
- Remove unused fields.
- Add type checking.
PiperOrigin-RevId: 766882634
|
2025-06-03 17:13:33 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
8d36dbda52
|
feat: Add an option to use gcs artifact service in adk web.
Resolves https://github.com/google/adk-python/issues/309
PiperOrigin-RevId: 765772763
|
2025-06-01 00:28:49 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
01965bdd74
|
chore:Extract common options for adk web and adk api_server.
PiperOrigin-RevId: 765326316
|
2025-05-30 13:58:22 -07:00 |
|
 Shangjie ChenandCopybara-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 |
|
 Shangjie ChenandCopybara-Service
|
db4bc9809c
|
fix: Filter memory by app_name and user_id.
Fixing https://github.com/google/adk-python/issues/1019.
PiperOrigin-RevId: 764903966
|
2025-05-29 15:15:59 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
bf27f22a95
|
fix: Make GroundingMetadata JSON serializable. Also use the same logic to simplify content serialization.
PiperOrigin-RevId: 764401248
|
2025-05-28 13:50:25 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
d83ee1a6f2
|
fix: Remove excessive db call to update state table.
PiperOrigin-RevId: 764375522
|
2025-05-28 12:46:13 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
d212e50c10
|
feat:Make VertexAiSessionService true async.
PiperOrigin-RevId: 762547133
|
2025-05-23 13:31:38 -07:00 |
|
 Shangjie ChenandCopybara-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 ChenandCopybara-Service
|
0497fc578c
|
fix: fix return type of get_session.
PiperOrigin-RevId: 760638917
|
2025-05-19 08:46:54 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
5ee17a3268
|
feat!: remove close_session from session service as it is not implemented yet.
PiperOrigin-RevId: 759705443
|
2025-05-16 12:08:57 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
2f006264ce
|
chore: fix python format.
PiperOrigin-RevId: 759674648
|
2025-05-16 10:49:06 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
a71d9ea9a1
|
fix: fix broken tests.
PiperOrigin-RevId: 759312577
|
2025-05-15 14:57:04 -07:00 |
|
 Shangjie ChenandCopybara-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 ChenandCopybara-Service
|
3ea9eca929
|
feat! Remove list_events from session service interface as it has many overlap with get_session.
PiperOrigin-RevId: 759184310
|
2025-05-15 09:41:16 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
293f406148
|
fix: fix breaking delete_session.
PiperOrigin-RevId: 758862440
|
2025-05-14 15:42:44 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
bc43a1196a
|
feat: add _sync implementation in the inmemory session sevice.
PiperOrigin-RevId: 758832846
|
2025-05-14 14:22:46 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
c39f24f072
|
fix: Refine the confusing error message.
PiperOrigin-RevId: 757841288
|
2025-05-12 11:20:54 -07:00 |
|
 Shangjie ChenandCopybara-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 |
|
 Shangjie ChenandCopybara-Service
|
c4ecef54bc
|
fix: Generate event id at beginning, and regen for every new yield event. This is because trace module requires an event id.
PiperOrigin-RevId: 756905471
|
2025-05-09 14:22:42 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
0299020cc4
|
ADK v0.5.0 release.
PiperOrigin-RevId: 756410107
|
2025-05-08 12:15:46 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
26f55fb5ab
|
fix: Use new id for every event.
Fixes #297
PiperOrigin-RevId: 755901205
|
2025-05-07 10:07:38 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
f96cdc675c
|
fix: Use await to wait for the full list rather than async for which only works for async iterable.
PiperOrigin-RevId: 755541004
|
2025-05-06 15:10:14 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
e2ba484b43
|
fix: add missing async change in code execution.
PiperOrigin-RevId: 755429199
|
2025-05-06 10:37:17 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
905c20dad6
|
ADK changes
PiperOrigin-RevId: 755201925
|
2025-05-05 21:58:47 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
bcf1deb582
|
ADK changes
PiperOrigin-RevId: 754131080
|
2025-05-02 14:19:18 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
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
PiperOrigin-RevId: 753614879
|
2025-05-01 09:13:28 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
2a9ddec7e3
|
Set the max size of strings in database columns.
PiperOrigin-RevId: 752918808
|
2025-04-29 16:07:45 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
9a9f7a3765
|
Update callback comments.
PiperOrigin-RevId: 752162448
|
2025-04-27 22:20:02 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
a9da7a8fc3
|
feat: Add session_db_url to adk deploy option.
PiperOrigin-RevId: 750355535
|
2025-04-22 15:53:09 -07:00 |
|
 Shangjie ChenandCopybara-Service
|
32dc145ace
|
No public description
PiperOrigin-RevId: 749399264
|
2025-04-19 15:16:19 -07:00 |
|