Holt Skinner
a6716a5514
fix: Import A2A well known path from A2A sdk
...
PiperOrigin-RevId: 783036797
2025-07-14 14:11:01 -07:00
Che Liu
a4baa35b84
feat: Add a sample for how to use plugins
...
PiperOrigin-RevId: 782616659
2025-07-13 10:47:11 -07:00
Ankur Sharma
bab3be2cf3
feat: Add support for persisting eval run results
...
If the EvalRunResultsManager is provided to LocalEvalService, then we want to persist the eval run results using it.
PiperOrigin-RevId: 782196848
2025-07-11 19:29:32 -07:00
Ankur Sharma
33eec34577
feat: Adding implementation of evaluate method in LocalEvalService
...
Also, delete agent_creator.py file. We added this file by mistake.
PiperOrigin-RevId: 782193593
2025-07-11 19:15:40 -07:00
Liang Wu
48971d43d0
feat(config): support output_key and include_contents in LlmAgentConfig
...
PiperOrigin-RevId: 782170665
2025-07-11 17:47:42 -07:00
Liang Wu
b2ef9a069e
feat(config): support sub_agents in BaseAgentConfig
...
Currently only support path to YAML or code reference to agent instance.
PiperOrigin-RevId: 782157110
2025-07-11 16:57:53 -07:00
Xiang (Sean) Zhou
134ec0d71e
fix: Fix the long running function response event merge logic
...
1) raise explicit error if the response event contains responses against multiple function call events
2) merge all function responses for the corresponding function call event
PiperOrigin-RevId: 782154577
2025-07-11 16:48:59 -07:00
Xiang (Sean) Zhou
a8fcc1b8ab
fix: Return final task result in task artifact instead of status message
...
According to a2a protocol task artifact is a different concept from adk artifact.
if a task is completed the final result should be in task artifact.
PiperOrigin-RevId: 782154265
2025-07-11 16:47:28 -07:00
Xiang (Sean) Zhou
a57d629bb9
chore: Update the README of a2a sample agent
...
PiperOrigin-RevId: 782153753
2025-07-11 16:44:58 -07:00
Copybara-Service
202558fd52
Merge pull request #1829 from matino:expose_credential_service
...
PiperOrigin-RevId: 782150305
2025-07-11 16:34:58 -07:00
seanzhou1023
997b6a964d
Merge branch 'main' into expose_credential_service
2025-07-11 15:38:27 -07:00
seanzhou1023
c6c6f34429
Update agent_tool.py
2025-07-11 15:34:07 -07:00
seanzhou1023
7de173ed90
Update test_readonly_context.py
2025-07-11 15:32:37 -07:00
seanzhou1023
080edded76
Update readonly_context.py
2025-07-11 15:31:13 -07:00
Copybara-Service
074b7bebdf
Merge pull request #1855 from marcellomaugeri:main
...
PiperOrigin-RevId: 782121756
2025-07-11 15:04:53 -07:00
Sean Zhou
0a187b4a7d
auto format the codes
2025-07-11 14:42:12 -07:00
seanzhou1023
b2a5afaa67
Merge branch 'main' into main
2025-07-11 14:40:31 -07:00
Copybara-Service
b43a73bb3f
Merge pull request #1602 from DavidSchmidt00:fix_graph
...
PiperOrigin-RevId: 782090252
2025-07-11 13:27:57 -07:00
Sean Zhou
8acfcfeb5d
auto format codes
2025-07-11 13:14:33 -07:00
seanzhou1023
274e375e6f
Merge branch 'main' into fix_graph
2025-07-11 12:55:24 -07:00
Copybara-Service
0a65b528e3
Merge pull request #1866 from hironow:hironow/type-fix-for-static
...
PiperOrigin-RevId: 782040553
2025-07-11 11:02:03 -07:00
Copybara-Service
0a9e67dbca
Merge pull request #1875 from bih:patch-1
...
PiperOrigin-RevId: 781815489
2025-07-10 21:32:19 -07:00
Copybara-Service
4ba0f0a8de
Merge pull request #120 from soundTricker:feature/80-sa-auth-for-google-tool
...
PiperOrigin-RevId: 781815460
2025-07-10 21:30:49 -07:00
Sean Zhou
4c5ef1e235
feat: Add configure service account auth for google_api_tool_set
2025-07-10 21:23:59 -07:00
Ankur Sharma
51be7a899c
feat: Add implementation of BaseEvalService that runs evals locally
...
This change:
- Introduces the LocalEvalService Class.
- Implements only the "perform_inference" method. Evaluate method will be implemented in the next CL.
- Adds required test coverage.
PiperOrigin-RevId: 781781954
2025-07-10 19:25:24 -07:00