An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
TAGS
20 tagsfeat: Propagate `application_name` set for the BigQuery Tools as BigQuery job labels This change will help the tools user identify per agent job usage in BQ console and INFORMATION_SCHEMA views. This change fulfills the feature request #3582. Here is a demo after change: screen/C6YB4ge2FM2ZREi. PiperOrigin-RevId: 834480140
fix: Update dependency version constraints to be based on PyPI versions Co-authored-by: Yeesian Ng <ysian@google.com> PiperOrigin-RevId: 828460860
chore:Rename conformance `create` command to `record` PiperOrigin-RevId: 822708044
feat: Set agent_state in invocation context right before yielding the checkpoint event PiperOrigin-RevId: 816804179
fix: unbreak client closed errors when using vertexai session service PiperOrigin-RevId: 811911528
chore: Add back the request logging in RemoteA2aAgent given the logging was already fixed PiperOrigin-RevId: 806551434
feat: Add `--agent_engine_config_file` option to `adk deploy agent_engine` PiperOrigin-RevId: 800171071
chore: Uses pydantic `Field` for Agent configs, so that the generated AgentConfig.json json schema can carry field description PiperOrigin-RevId: 797094012
chore: Bump version and update CHANGELOG for v1.9.0 PiperOrigin-RevId: 789494584
chore: Bump version and update CHANGELOG for v1.9.0 PiperOrigin-RevId: 789494584
fix: ModuleNotFound error should be caught when dependencies of LocalEvalService are not installed Once caught we publish the clarifying message to install the extra. PiperOrigin-RevId: 785999033
chore: Enhance a2a part converters a. fix binary data conversion b. support thoughts, code execution result, executable codes conversion PiperOrigin-RevId: 775827259