From 45a465e9b05464e1c66ed87bf8c18ce5a1ea0518 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Thu, 17 Apr 2025 22:50:29 -0700 Subject: [PATCH] No public description COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/260 from google:hangfei-patch-1 f514134c4fc3ad340dd274a38d01cc6f77056339 PiperOrigin-RevId: 748934896 --- .github/workflows/python-unit-tests.yml | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-unit-tests.yml b/.github/workflows/python-unit-tests.yml index 676c276..78cc3c4 100644 --- a/.github/workflows/python-unit-tests.yml +++ b/.github/workflows/python-unit-tests.yml @@ -29,11 +29,11 @@ jobs: run: | uv venv .venv source .venv/bin/activate - uv sync --extra test + uv sync --extra test --extra eval - name: Run unit tests with pytest run: | source .venv/bin/activate pytest tests/unittests \ --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \ - --ignore=tests/unittests/artifacts/test_artifact_service.py \ No newline at end of file + --ignore=tests/unittests/artifacts/test_artifact_service.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e09f8a..f333e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * Initial release of the Agent Development Kit (ADK). * Multi-agent, agent-as-workflow, and custom agent support * Tool authentication support -* Rich tool support, e.g. bult-in tools, google-cloud tools, thir-party tools, and MCP tools +* Rich tool support, e.g. bult-in tools, google-cloud tools, third-party tools, and MCP tools * Rich callback support * Built-in code execution capability * Asynchronous runtime and execution