Metadata-Version: 2.4
Name: freeplay-python-adk
Version: 0.1.0
Summary: Add your description here
Author-email: Nico Tonozzi <nico@freeplay.ai>
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: freeplay>=0.1.0
Requires-Dist: google-adk>=1.8.0
Requires-Dist: litellm>=1.77.1
Requires-Dist: openinference-instrumentation-google-adk>=0.1.3
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.35.0
Requires-Dist: opentelemetry-sdk>=1.35.0
Description-Content-Type: text/markdown

# Freeplay Python ADK

## Development Commands

```
make check
```

## To deploy:

```
uv version --bump patch # Or major, minor, as needed
git tag
```
