diff --git a/.github/workflows/python-unit-tests.yml b/.github/workflows/python-unit-tests.yml index 676c2767..78cc3c48 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 22c9da99..9e09f8ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.1.0 ### Features + * Initial release of the Agent Development Kit (ADK). * Multi-agent, agent-as-workflow, and custom agent support * Tool authentication support diff --git a/README.md b/README.md index a4e28d8d..dbad6a70 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ [](https://www.reddit.com/r/agentdevelopmentkit/) -
-
+
+
### Evaluate Agents
diff --git a/src/google/adk/cli/browser/index.html b/src/google/adk/cli/browser/index.html
index 724b9e3b..7046500f 100644
--- a/src/google/adk/cli/browser/index.html
+++ b/src/google/adk/cli/browser/index.html
@@ -25,9 +25,9 @@
-
+