Skip to content

Commit 619248d

Browse files
committed
[setup] fix workflow
1 parent f2902a1 commit 619248d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Example Agents
22

3-
![Python Version](https://img.shields.io/badge/python-3.12%2B-blue.svg)
3+
![CI](https://img.shields.io/github/actions/workflow/status/danielvogler/example_agents/ci.yml?branch=main&logo=github&label=CI&cache_buster=1)
44
![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)
55
![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)
66
![Mypy](https://img.shields.io/badge/mypy-checked-green.svg)
77
![pydocstyle](https://img.shields.io/badge/pydocstyle-checked-green)
8+
![Python Version](https://img.shields.io/badge/python-3.12%2B-blue.svg)
89
![Google ADK](https://img.shields.io/badge/Google_ADK-Powered-orange.svg)
9-
![CI](https://img.shields.io/github/actions/workflow/status/danielvogler/example_agents/ci.yml?branch=main&logo=github&label=CI&cache_buster=1)
1010

1111
This repository provides a set of sample agents using Google GenAI SDK and ADK. It demonstrates how to create, run, and deploy intelligent AI agents.
1212

0 commit comments

Comments
 (0)